CLR
美
英 
- 網(wǎng)絡(luò)公共語(yǔ)言運(yùn)行庫(kù)(Common Language Runtime);公共語(yǔ)言運(yùn)行時(shí);通用語(yǔ)言運(yùn)行時(shí)
例句
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對(duì)象中設(shè)置斷點(diǎn)將為多層應(yīng)用程序調(diào)試自動(dòng)啟用服務(wù)器。
This synchronized editing relationship between designer and code makes it easy to create and configure CLR types visually.
設(shè)計(jì)器和代碼之間的這種同步編輯關(guān)系使可視化地創(chuàng)建和配置CLR類型非常簡(jiǎn)單。
The common language runtime (CLR) debugging API was designed to be used as if it were part of the operating system kernel.
公共語(yǔ)言運(yùn)行時(shí)(CLR)調(diào)試API專門用作操作系統(tǒng)內(nèi)核的一部分。
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?
你已經(jīng)在這個(gè)項(xiàng)目上工作一段時(shí)間了,你是否仍然喜歡將CLR作為編譯器的開(kāi)發(fā)平臺(tái)?
Once deployed, CLR procedures behave like any other language stored procedures and may be used as part of your applications.
一旦部署,CLR過(guò)程的行為就與任何其他語(yǔ)言存儲(chǔ)過(guò)程一樣,并可用作應(yīng)用程序的一部分。
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實(shí)現(xiàn)的一個(gè)問(wèn)題是在一個(gè)時(shí)間段里每個(gè)進(jìn)程只能有一個(gè)CLR存在。
The CLR Profiler enables you to view the managed heap of a process and investigate the behavior of the garbage collector .
利用CLR探查器,可以查看進(jìn)程的托管堆并調(diào)查垃圾回收器的行為。
The tools also allow you to build a conceptual model first, then automatically generate related CLR objects and a supporting database.
通過(guò)這些工具,您還可以首先構(gòu)建概念模型,然后自動(dòng)生成相關(guān)的CLR對(duì)象和支持數(shù)據(jù)庫(kù)。
Is the name of the schema to which the CLR user-defined type belongs.
CLR用戶定義類型所屬的架構(gòu)的名稱。
Note that this does not indicate whether execution of user CLR code was enabled.
請(qǐng)注意,這并不能指示是否啟用了用戶CLR代碼的執(zhí)行。
Object Services allows programmers to interact with the conceptual model through a set of common language runtime (CLR) classes.
對(duì)象服務(wù)允許程序員通過(guò)一組公共語(yǔ)言運(yùn)行庫(kù)(CLR)類與概念模型進(jìn)行交互。
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程序集中的類型注冊(cè)為用戶定義的聚合函數(shù),只要該類型實(shí)現(xiàn)了要求的聚合約定。
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.
你們中的一些想知道編譯器將產(chǎn)生什么代碼,是否對(duì)于CLR做了改變以支持動(dòng)態(tài)查找。
This is known as garbage collection and is one of the core services provided by the CLR.
這也稱為垃圾回收,它是CLR提供的核心服務(wù)之一。
Do not hold a lock while your profiler calls into a CLR function that can trigger a garbage collection.
當(dāng)探查器調(diào)入可能觸發(fā)垃圾回收的CLR函數(shù)時(shí),不要持有鎖。
The runtime layer is properly referred to as the common language runtime, or CLR.
運(yùn)行時(shí)層合理的稱呼應(yīng)該是公共語(yǔ)言運(yùn)行庫(kù)或CLR。
Specify which threading attribute you want applied to the entry point of your CLR program.
指定要應(yīng)用于CLR程序入口點(diǎn)的線程屬性。
Learn how the common language runtime (CLR) thread pool can be used to improve application performance.
學(xué)習(xí)如何使用公共語(yǔ)言運(yùn)行庫(kù)(CLR)線程池改善應(yīng)用程序性能。
Allows you to manipulate the code generated by examining the imported schema and specifying the CLR type that it maps to.
允許您檢查導(dǎo)入的架構(gòu)并指定該架構(gòu)映射到的CLR類型,從而對(duì)生成的代碼進(jìn)行操作。
Other symptoms cannot be determined because a CLR failure can occur for a variety of reasons.
無(wú)法確定其他癥狀,因?yàn)?/c>有各種各樣的原因會(huì)導(dǎo)致CLR故障。
Transact-SQL stored procedures cannot be modified to be CLR stored procedures and vice versa.
不能將Transact-SQL存儲(chǔ)過(guò)程修改為CLR存儲(chǔ)過(guò)程,反之亦然。
IronPython, part of Microsoft's drive to support dynamic languages in the CLR, is also used for the WPF samples.
作為微軟在CLR中支持動(dòng)態(tài)語(yǔ)言嘗試的IronPython,也被作為WPF的例子使用。
That is, all CLR objects owned by a user are always executed in the same AppDomain.
也就是說(shuō),某用戶擁有的所有CLR對(duì)象始終在同一AppDomain中執(zhí)行。
Advance preparation is required so the CLR does not cause an out of memory condition during just- in- time compilation or type loading .
進(jìn)行事先準(zhǔn)備的目的是為了避免CLR在實(shí)時(shí)編譯或類型加載時(shí)發(fā)生內(nèi)存不足的情況。
Loads the CLR into a process using version information stored in an XML file.
使用存儲(chǔ)在XML文件中的版本信息將CLR加載到進(jìn)程中。
The dialog allows you to generate ADO . NET code for SQL commands and procedures and add them to a CLR project.
該對(duì)話框允許為SQL命令和過(guò)程生成ADO.NET代碼并將其添加到CLR項(xiàng)目中。
In the common language runtime (CLR), unsafe code is referred to as unverifiable code.
在公共語(yǔ)言運(yùn)行時(shí)(CLR)中,不安全代碼是指無(wú)法驗(yàn)證的代碼。
This object can be a table, index, column, alias data type, or Microsoft. NET Framework common language runtime (CLR) user-defined type.
此對(duì)象可以是表、索引、列、別名數(shù)據(jù)類型或Microsoft.NETFramework公共語(yǔ)言運(yùn)行時(shí)(CLR)用戶定義類型。
This method is called by the common language runtime (CLR) data access services.
此方法由公共語(yǔ)言運(yùn)行時(shí)(CLR)數(shù)據(jù)訪問(wèn)服務(wù)調(diào)用。
The CLR allocates memory for the new object and calls a special method known as a constructor for the SqlConnection class.
CLR為新對(duì)象分配內(nèi)存,并為SqlConnection類調(diào)用一個(gè)稱為構(gòu)造函數(shù)的特殊方法。
Code that runs within the CLR is referred to as managed code.
在CLR中運(yùn)行的代碼稱為托管代碼。
Demonstrates the basic operations that are involved in creating, deploying, and testing a simple CLR integration-based stored procedure.
說(shuō)明了創(chuàng)建、部署和測(cè)試基于CLR集成的簡(jiǎn)單存儲(chǔ)過(guò)程所涉及的基本操作。
In fact, the JRE compares favorably to the CLR as a multi-language development environment, as readers of this series will soon discover.
事實(shí)上,作為多語(yǔ)言開(kāi)發(fā)環(huán)境,JRE比CLR更好,讀者從本系列中很快就會(huì)體會(huì)到。
If the runtime isn't already loaded, then whatever version of the CLR used to compile an add-in is loaded into memory.
如果運(yùn)行時(shí)沒(méi)有事先裝載,任何用來(lái)編譯插件的CLR版本都會(huì)被裝載進(jìn)內(nèi)存。
The Common Language Runtime has always had basic support for parallel programming in the form of locks, threads, and thread pools.
通用語(yǔ)言運(yùn)行時(shí)(CommonLanguageRuntime,CLR)以鎖、線程和線程池的形式為并行編程提供基本的支持。
More exactly, the CLR itself is not made of COM code, but the interface to the CLR is a COM object.
更確切的說(shuō),CLR本身不是由COM代碼組成的,但是CLR的接口是一個(gè)COM對(duì)象。
An output parameter that uses the OUTPUT keyword can be a cursor placeholder, unless the procedure is a CLR procedure.
使用OUTPUT關(guān)鍵字的輸出參數(shù)可以為游標(biāo)占位符,CLR過(guò)程除外。
Allows the host to determine which version of the CLR to use within the process before explicitly initializing it.
允許宿主在顯式初始化CLR之前確定要在進(jìn)程中使用的CLR版本。
This can be used to provide a name that may not be allowed as a CLR member name.
這可用于提供一個(gè)不允許作為CLR成員名稱的名稱。
The worker process, therefore, loads the CLR up as it were a COM object.
所以工作進(jìn)程加載CLR時(shí)當(dāng)作一個(gè)COM對(duì)象處理。