clr.

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-SQLSQLCLR对象设置断点多层应用程序调试自动启用服务器

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.

事实上作为语言开发环境JRECLR更好读者系列很快就会体会

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对象处理