clr.
美
英 
例句
Setting a breakpoint in a T-SQL or SQL CLR object automatically enables the server for multi-tier application debugging, if it is possible.
如果可能,则在T-SQL或SQLCLR对象中设置断点将为多层应用程序调试自动启用服务器。
This synchronized editing relationship between designer and code makes it easy to create and configure CLR types visually.
设计器和代码之间的这种同步编辑关系使可视化地创建和配置CLR类型非常简单。
The common language runtime (CLR) debugging API was designed to be used as if it were part of the operating system kernel.
公共语言运行时(CLR)调试API专门用作操作系统内核的一部分。
Now that you've had a chance to work on this for a while, do you still like the CLR as a platform for compiler development?
你已经在这个项目上工作一段时间了,你是否仍然喜欢将CLR作为编译器的开发平台?
Once deployed, CLR procedures behave like any other language stored procedures and may be used as part of your applications.
一旦部署,CLR过程的行为就与任何其他语言存储过程一样,并可用作应用程序的一部分。
A long standing problem with Microsoft's implementation of the CLR is that only one can be loaded into a process at a time.
一直困扰着微软CLR实现的一个问题是在一个时间段里每个进程只能有一个CLR存在。
The CLR Profiler enables you to view the managed heap of a process and investigate the behavior of the garbage collector .
利用CLR探查器,可以查看进程的托管堆并调查垃圾回收器的行为。
The tools also allow you to build a conceptual model first, then automatically generate related CLR objects and a supporting database.
通过这些工具,您还可以首先构建概念模型,然后自动生成相关的CLR对象和支持数据库。
Is the name of the schema to which the CLR user-defined type belongs.
CLR用户定义类型所属的架构的名称。
Note that this does not indicate whether execution of user CLR code was enabled.
请注意,这并不能指示是否启用了用户CLR代码的执行。
Object Services allows programmers to interact with the conceptual model through a set of common language runtime (CLR) classes.
对象服务允许程序员通过一组公共语言运行库(CLR)类与概念模型进行交互。
You can register a type in a CLR assembly as a user-defined aggregate function, as long as it implements the required aggregation contract.
可以将CLR程序集中的类型注册为用户定义的聚合函数,只要该类型实现了要求的聚合约定。
Some of you might wonder what code the compiler generates and whether there is any change to the CLR to support dynamic lookup or not.
你们中的一些想知道编译器将产生什么代码,是否对于CLR做了改变以支持动态查找。
This is known as garbage collection and is one of the core services provided by the CLR.
这也称为垃圾回收,它是CLR提供的核心服务之一。
Do not hold a lock while your profiler calls into a CLR function that can trigger a garbage collection.
当探查器调入可能触发垃圾回收的CLR函数时,不要持有锁。
The runtime layer is properly referred to as the common language runtime, or CLR.
运行时层合理的称呼应该是公共语言运行库或CLR。
Specify which threading attribute you want applied to the entry point of your CLR program.
指定要应用于CLR程序入口点的线程属性。
Learn how the common language runtime (CLR) thread pool can be used to improve application performance.
学习如何使用公共语言运行库(CLR)线程池改善应用程序性能。
Allows you to manipulate the code generated by examining the imported schema and specifying the CLR type that it maps to.
允许您检查导入的架构并指定该架构映射到的CLR类型,从而对生成的代码进行操作。
Other symptoms cannot be determined because a CLR failure can occur for a variety of reasons.
无法确定其他症状,因为有各种各样的原因会导致CLR故障。
Transact-SQL stored procedures cannot be modified to be CLR stored procedures and vice versa.
不能将Transact-SQL存储过程修改为CLR存储过程,反之亦然。
IronPython, part of Microsoft's drive to support dynamic languages in the CLR, is also used for the WPF samples.
作为微软在CLR中支持动态语言尝试的IronPython,也被作为WPF的例子使用。
That is, all CLR objects owned by a user are always executed in the same AppDomain.
也就是说,某用户拥有的所有CLR对象始终在同一AppDomain中执行。
Advance preparation is required so the CLR does not cause an out of memory condition during just- in- time compilation or type loading .
进行事先准备的目的是为了避免CLR在实时编译或类型加载时发生内存不足的情况。
Loads the CLR into a process using version information stored in an XML file.
使用存储在XML文件中的版本信息将CLR加载到进程中。
The dialog allows you to generate ADO . NET code for SQL commands and procedures and add them to a CLR project.
该对话框允许为SQL命令和过程生成ADO.NET代码并将其添加到CLR项目中。
In the common language runtime (CLR), unsafe code is referred to as unverifiable code.
在公共语言运行时(CLR)中,不安全代码是指无法验证的代码。
This object can be a table, index, column, alias data type, or Microsoft. NET Framework common language runtime (CLR) user-defined type.
此对象可以是表、索引、列、别名数据类型或Microsoft.NETFramework公共语言运行时(CLR)用户定义类型。
This method is called by the common language runtime (CLR) data access services.
此方法由公共语言运行时(CLR)数据访问服务调用。
The CLR allocates memory for the new object and calls a special method known as a constructor for the SqlConnection class.
CLR为新对象分配内存,并为SqlConnection类调用一个称为构造函数的特殊方法。
Code that runs within the CLR is referred to as managed code.
在CLR中运行的代码称为托管代码。
Demonstrates the basic operations that are involved in creating, deploying, and testing a simple CLR integration-based stored procedure.
说明了创建、部署和测试基于CLR集成的简单存储过程所涉及的基本操作。
In fact, the JRE compares favorably to the CLR as a multi-language development environment, as readers of this series will soon discover.
事实上,作为多语言开发环境,JRE比CLR更好,读者从本系列中很快就会体会到。
If the runtime isn't already loaded, then whatever version of the CLR used to compile an add-in is loaded into memory.
如果运行时没有事先装载,任何用来编译插件的CLR版本都会被装载进内存。
The Common Language Runtime has always had basic support for parallel programming in the form of locks, threads, and thread pools.
通用语言运行时(CommonLanguageRuntime,CLR)以锁、线程和线程池的形式为并行编程提供基本的支持。
More exactly, the CLR itself is not made of COM code, but the interface to the CLR is a COM object.
更确切的说,CLR本身不是由COM代码组成的,但是CLR的接口是一个COM对象。
An output parameter that uses the OUTPUT keyword can be a cursor placeholder, unless the procedure is a CLR procedure.
使用OUTPUT关键字的输出参数可以为游标占位符,CLR过程除外。
Allows the host to determine which version of the CLR to use within the process before explicitly initializing it.
允许宿主在显式初始化CLR之前确定要在进程中使用的CLR版本。
This can be used to provide a name that may not be allowed as a CLR member name.
这可用于提供一个不允许作为CLR成员名称的名称。
The worker process, therefore, loads the CLR up as it were a COM object.
所以工作进程加载CLR时当作一个COM对象处理。