单词 | clr. | ||||||
释义 | clr.
例句释义: 颜色,肾清除率,同时 1. 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对象中设置断点将为多层应用程序调试自动启用服务器。 msdn2.microsoft.com 2. This synchronized editing relationship between designer and code makes it easy to create and configure CLR types visually. 设计器和代码之间的这种同步编辑关系使可视化地创建和配置CLR类型非常简单。 msdn2.microsoft.com 3. The common language runtime (CLR) debugging API was designed to be used as if it were part of the operating system kernel. 公共语言运行时(CLR)调试API专门用作操作系统内核的一部分。 technet.microsoft.com 4. 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作为编译器的开发平台? www.infoq.com 5. Once deployed, CLR procedures behave like any other language stored procedures and may be used as part of your applications. 一旦部署,CLR过程的行为就与任何其他语言存储过程一样,并可用作应用程序的一部分。 www.ibm.com 6. 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存在。 www.infoq.com 7. The CLR Profiler enables you to view the managed heap of a process and investigate the behavior of the garbage collector . 利用CLR探查器,可以查看进程的托管堆并调查垃圾回收器的行为。 www.bing.com 8. The tools also allow you to build a conceptual model first, then automatically generate related CLR objects and a supporting database. 通过这些工具,您还可以首先构建概念模型,然后自动生成相关的CLR对象和支持数据库。 technet.microsoft.com 9. Is the name of the schema to which the CLR user-defined type belongs. CLR用户定义类型所属的架构的名称。 technet.microsoft.com 10. Note that this does not indicate whether execution of user CLR code was enabled. 请注意,这并不能指示是否启用了用户CLR代码的执行。 msdn2.microsoft.com 1. Object Services allows programmers to interact with the conceptual model through a set of common language runtime (CLR) classes. 对象服务允许程序员通过一组公共语言运行库(CLR)类与概念模型进行交互。 technet.microsoft.com 2. 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程序集中的类型注册为用户定义的聚合函数,只要该类型实现了要求的聚合约定。 msdn2.microsoft.com 3. 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做了改变以支持动态查找。 dictsearch.appspot.com 4. This is known as garbage collection and is one of the core services provided by the CLR. 这也称为垃圾回收,它是CLR提供的核心服务之一。 msdn2.microsoft.com 5. Do not hold a lock while your profiler calls into a CLR function that can trigger a garbage collection. 当探查器调入可能触发垃圾回收的CLR函数时,不要持有锁。 technet.microsoft.com 6. The runtime layer is properly referred to as the common language runtime, or CLR. 运行时层合理的称呼应该是公共语言运行库或CLR。 blog.163.com 7. Specify which threading attribute you want applied to the entry point of your CLR program. 指定要应用于CLR程序入口点的线程属性。 msdn2.microsoft.com 8. Learn how the common language runtime (CLR) thread pool can be used to improve application performance. 学习如何使用公共语言运行库(CLR)线程池改善应用程序性能。 msdn2.microsoft.com 9. Allows you to manipulate the code generated by examining the imported schema and specifying the CLR type that it maps to. 允许您检查导入的架构并指定该架构映射到的CLR类型,从而对生成的代码进行操作。 msdn2.microsoft.com 10. Other symptoms cannot be determined because a CLR failure can occur for a variety of reasons. 无法确定其他症状,因为有各种各样的原因会导致CLR故障。 msdn2.microsoft.com 1. Transact-SQL stored procedures cannot be modified to be CLR stored procedures and vice versa. 不能将Transact-SQL存储过程修改为CLR存储过程,反之亦然。 msdn2.microsoft.com 2. IronPython, part of Microsoft's drive to support dynamic languages in the CLR, is also used for the WPF samples. 作为微软在CLR中支持动态语言尝试的IronPython,也被作为WPF的例子使用。 www.infoq.com 3. That is, all CLR objects owned by a user are always executed in the same AppDomain. 也就是说,某用户拥有的所有CLR对象始终在同一AppDomain中执行。 msdn2.microsoft.com 4. Advance preparation is required so the CLR does not cause an out of memory condition during just- in- time compilation or type loading . 进行事先准备的目的是为了避免CLR在实时编译或类型加载时发生内存不足的情况。 www.bing.com 5. Loads the CLR into a process using version information stored in an XML file. 使用存储在XML文件中的版本信息将CLR加载到进程中。 msdn2.microsoft.com 6. 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项目中。 www.ibm.com 7. In the common language runtime (CLR), unsafe code is referred to as unverifiable code. 在公共语言运行时(CLR)中,不安全代码是指无法验证的代码。 technet.microsoft.com 8. 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)用户定义类型。 msdn2.microsoft.com 9. This method is called by the common language runtime (CLR) data access services. 此方法由公共语言运行时(CLR)数据访问服务调用。 msdn.microsoft.com 10. The CLR allocates memory for the new object and calls a special method known as a constructor for the SqlConnection class. CLR为新对象分配内存,并为SqlConnection类调用一个称为构造函数的特殊方法。 msdn2.microsoft.com 1. Code that runs within the CLR is referred to as managed code. 在CLR中运行的代码称为托管代码。 msdn2.microsoft.com 2. Demonstrates the basic operations that are involved in creating, deploying, and testing a simple CLR integration-based stored procedure. 说明了创建、部署和测试基于CLR集成的简单存储过程所涉及的基本操作。 msdn2.microsoft.com 3. 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更好,读者从本系列中很快就会体会到。 www-128.ibm.com 4. If the runtime isn't already loaded, then whatever version of the CLR used to compile an add-in is loaded into memory. 如果运行时没有事先装载,任何用来编译插件的CLR版本都会被装载进内存。 www.infoq.com 5. The Common Language Runtime has always had basic support for parallel programming in the form of locks, threads, and thread pools. 通用语言运行时(CommonLanguageRuntime,CLR)以锁、线程和线程池的形式为并行编程提供基本的支持。 www.infoq.com 6. 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对象。 www.cnblogs.com 7. An output parameter that uses the OUTPUT keyword can be a cursor placeholder, unless the procedure is a CLR procedure. 使用OUTPUT关键字的输出参数可以为游标占位符,CLR过程除外。 technet.microsoft.com 8. Allows the host to determine which version of the CLR to use within the process before explicitly initializing it. 允许宿主在显式初始化CLR之前确定要在进程中使用的CLR版本。 msdn2.microsoft.com 9. This can be used to provide a name that may not be allowed as a CLR member name. 这可用于提供一个不允许作为CLR成员名称的名称。 msdn2.microsoft.com 10. The worker process, therefore, loads the CLR up as it were a COM object. 所以工作进程加载CLR时当作一个COM对象处理。 www.cnblogs.com 1. Provides methods that notify the host of the actions the CLR performs in case of aborts, timeouts, or failures. 为公共语言运行库提供方法,用以对线程中止故障等事件采取措施。 msdn2.microsoft.com 2. C2217 can also occur if you attempt to bind a delegate to a CLR function that takes a variable number of arguments. 如果您尝试将委托绑定到使用数目可变的参数的CLR函数,则也会发生C2217。 207.46.16.251 3. Gets the version number of the common language runtime (CLR) requested by the specified application. 获取指定应用程序请求的公共语言运行时(CLR)的版本号。 technet.microsoft.com 4. In version 1. 0, PostSharp required assemblies to be loaded in the CLR (i. e. in the application domain) to be able to read them. 在1.0版本的时候,PostSharp要求把程序集加载进CLR(比如,在应用程序域中)才能够进行读取。 www.infoq.com 5. You can manage the list of CLR assemblies to be deployed to your server using the Assemblies menu action on your DB2 database project. 您可以使用DB2数据库项目上的Assemblies菜单动作,管理要部署到服务器上的CLR程序集列表。 www.ibm.com 6. Gets a value that indicates which set of security rules the common language runtime (CLR) enforces for this assembly. 获取一个值,该值指示公共语言运行时(CLR)对此程序集强制执行的安全规则集。 207.46.16.251 7. The CLR periodically destroys objects when the system determines that such objects are no longer needed. 当系统确定对象不再需要时,CLR会定期销毁这些对象。 msdn2.microsoft.com 8. Because of these conflicting requirements, the CLR debugging API combines some of each approach. 由于存在这些相互冲突的要求,所以CLR调试API会将各种方法的一些内容组合在一起。 technet.microsoft.com 9. Gets version and directory information about the CLR requested by an application. 获取有关由某个应用程序请求的CLR的版本和目录信息。 msdn2.microsoft.com 10. Instead, when a stack overflow occurs in a normal application, the Common Language Runtime (CLR) terminates the process. 当普通应用程序中发生堆栈溢出时,公共语言运行时(CLR)会终止进程。 technet.microsoft.com 1. The CLR will therefore only execute unsafe code if it is within a fully trusted assembly. 因此,CLR只对在完全受信任的程序集中的不安全代码执行操作。 msdn2.microsoft.com 2. Cannot be specified as a parameter data type in either Transact-SQL or CLR functions. 指定为Transact-SQL函数或CLR函数中的参数数据类型。 msdn2.microsoft.com 3. The subsystem within the common language runtime (CLR) responsible for enforcing client application security . 公共语言运行库(CLR)中的子系统,负责强制实现客户端应用程序的安全性。 www.bing.com 4. Provides methods for interaction with a target item of the common language runtime (CLR). 提供与公共语言运行时(CLR)目标项进行交互的方法。 technet.microsoft.com 5. Sets a new value, expressed as a common language runtime (CLR) type, for the column specified by the column ordinal. 为列序号所指定的列设置一个新值,这些值表示为公共语言运行库(CLR)类型。 msdn2.microsoft.com 6. This guarantees you won't have multiple preview handlers targeting different versions of the CLR loaded into the same surrogate process. 这将保证系统不会将多个针对不同CLR版本的预览处理程序加载到相同代理主机中。 msdn.microsoft.com 7. Cannot be specified as a return data type in either Transact-SQL or CLR functions. 指定为Transact-SQL函数或CLR函数中的返回数据类型。 msdn2.microsoft.com 8. NET CLR, they are stronger memory model, and take no account of specific hardware implementation. NETCLR,它们都是比较强的内存模型,而且不考虑具体的硬件实现。 www.nwpu.net 9. This option cannot be specified for common language runtime (CLR) stored procedures. 不能为公共语言运行时(CLR)存储过程指定此选项。 technet.microsoft.com 10. You can follow the thread of execution into the stored procedure, which may be written in T-SQL or in a CLR language. 您可以沿着执行线程进入到用T-SQL或CLR语言编写的存储过程中。 msdn2.microsoft.com 1. That is, you wish to access the same server on which your common language runtime (CLR) stored procedure or function is executing. 也就是说,您想要访问的服务器正是正在执行公共语言运行库(CLR)存储过程或函数的服务器。 msdn.microsoft.com 2. Explicitly specify the threading attribute for the entry point of your CLR program. 为CLR程序的入口点显式指定线程属性。 msdn2.microsoft.com 3. Preserving the last error is not supported for unmanaged functions that are consumed by CLR code, in the same module. 在相同模块中,CLR代码使用的非托管函数不支持保留上一个错误。 msdn2.microsoft.com 4. The CLR guarantees that this method is run. CLR保证此方法的运行。 msdn2.microsoft.com 5. If the destination application is implemented already, it does not copy the code files for additional CLR classes. 如果目标应用程序已经实现,它将不复制其他CLR类的代码文件。 msdn2.microsoft.com 6. You should update your common language runtime (CLR) to the current version as it is not guaranteed to work with earlier versions. 应将公共语言运行库(CLR)更新到当前版本,因为不能保证早期版本也适用。 msdn2.microsoft.com 7. CLR stored procedures cannot be created as temporary stored procedures. 不能将CLR存储过程创建为临时存储过程。 msdn2.microsoft.com 8. The CLR has a built-in understanding of its context and responds appropriately depending on the environment it finds itself in. CLR对其上下文具有内置的理解能力,并能够根据自身所处环境做出适当的响应。 msdn2.microsoft.com 9. That can be used to set additional options for configuring an instance of the CLR before it is started. 这些选项允许宿主在公共语言运行库的实例启动之前先对它进行配置。 msdn2.microsoft.com 10. For programs that host the CLR, application domains provide greater reliability by isolating assemblies from one another. 对于承载CLR的程序,应用程序域可提供更高的可靠性,因为它将程序集彼此隔离。 msdn2.microsoft.com 1. The override of the base Finalize method, which allows the common language runtime (CLR) garbage collector to dispose of class instances. 基本Finalize方法的重写,该方法允许公共语言运行库(CLR)垃圾回收器来释放类实例。 msdn2.microsoft.com 2. Sp_depends does not return information about objects that are referenced by CLR stored procedures. sp_depends不返回有关CLR存储过程引用的对象的信息。 technet.microsoft.com 3. Computed columns whose type is a CLR user-defined type can be indexed as long as the type is comparable. 类型为CLR用户定义类型的计算列只要其类型是可比较的,就可以在该列上创建索引。 msdn2.microsoft.com 4. The code to be debugged can be any type of code that the CLR supports. 要调试的代码可为CLR支持的任何代码类型。 msdn2.microsoft.com 5. The CLR wizard will then allow you to customize the generated DDL and data type mapping. 然后,该CLR向导将允许您定制生成的DDL和数据类型映射。 www.ibm.com 6. The CLR Integrated programming environment is integrated into the Visual Studio development environment. CLR集成编程环境已集成到VisualStudio开发环境中。 msdn2.microsoft.com 7. SqlTriggerContext: The SqlTriggerContext object can only be retrieved from within a CLR trigger. SqlTriggerContext:SqlTriggerContext对象只能从CLR触发器中检索。 msdn2.microsoft.com 8. Generate method generates an assembly that contains CLR metadata for a specified type library. 方法将生成包含指定类型库的CLR元数据的程序集。 msdn2.microsoft.com 9. The computer processor directly executes native code whereas the CLR is responsible to run managed code. 计算机处理器直接执行本机代码,而CLR负责运行托管代码。 msdn.microsoft.com 10. Your database does not refer to other databases, shared server objects, or SQL common language run-time (CLR) objects. 您的数据库不引用其他数据库、共享服务器对象或SQL公共语言运行时(CLR)对象。 technet.microsoft.com 1. If the common language runtime (CLR) function is marked as deterministic, it should not cause side-effects in the remote server. 如果公共语言运行时(CLR)函数被标记为确定的,则它应该不会在远程服务器中导致副作用。 msdn.microsoft.com 2. Provides methods that support the self-description model used by the common language runtime (CLR) to resolve and consume resources. 提供支持公共语言运行库(CLR)解析和利用资源所使用的自描述模型的方法。 msdn2.microsoft.com 3. CHECK constraints cannot be specified for CLR table-valued functions. 不能为CLR表值函数指定CHECK约束。 msdn2.microsoft.com 4. Enables unmanaged hosts to load a specified version of the CLR into a process. 使非托管宿主能够将CLR的指定版本加载到进程中。 msdn2.microsoft.com 5. This value allows the host to implement its own default behavior, as with earlier versions of the CLR. 这个值允许宿主实现它自己的默认行为,就像以前版本的公共语言运行库一样。 msdn2.microsoft.com 6. Specifies that an assembly that contains CLR metadata is generated for a specified type library. 指定包含为指定类型库生成的CLR元数据的程序集。 msdn2.microsoft.com 7. For a CLR trigger, specifies the method of an assembly to bind with the trigger. 对于CLR触发器,指定程序集与触发器绑定的方法。 msdn2.microsoft.com 8. CLR Integration provides a more robust and secure alternative to writing extended stored procedures. CLR集成提供了更为可靠和安全的替代方法来编写扩展存储过程。 msdn2.microsoft.com 9. The CLR type name of the service host factory used to instantiate the service host. 用于实例化服务主机的服务主机工厂的CLR类型名称。 msdn2.microsoft.com 10. Debugging of a SQL common language runtime (CLR) program that uses parallel threads. 使用并行线程的SQL公共语言运行时(CLR)程序的调试。 msdn2.microsoft.com 1. Debugging of a SQL common language runtime (CLR) program that uses parallel threads. 使用并行线程的SQL公共语言运行时(CLR)程序的调试。 msdn2.microsoft.com 2. This means that the common language runtime (CLR) garbage collector could relocate the memory used by the array at will. 这意味着公共语言运行时(CLR)垃圾回收器可能会随意地对数组使用的内存进行重新定位。 207.46.16.252 3. Managed debugging assistant is activated when the CLR sets up marshaling information for a method parameter or a field of a structure. 如果CLR为一个方法参数或一个结构的字段设置封送信息,则将激活。 msdn2.microsoft.com 4. The . NET Framework uses its Microsoft intermediate language (MSIL) layer and common language runtime (CLR) to provide the unifying glue. NET框架使用微软的中间语言(MSIL)层和公共语言运行时(CLR)来提供统一的粘合。 blog.163.com 5. Setting a breakpoint in a SQL CLR object automatically enables the corresponding server for SQL CLR debugging. 在SQLCLR对象中设置断点将为SQLCLR调试自动启用相应的服务器。 msdn2.microsoft.com 6. For general information about these objects, see Building Database Objects with Common Language Runtime (CLR) Integration. 有关这些对象的常规信息,请参阅BuildingDatabaseObjectswithCommonLanguageRuntime(CLR)Integration。 msdn2.microsoft.com 7. Temporary names cannot be specified for CLR stored procedures. 对于CLR存储过程,不能指定临时名称。 msdn2.microsoft.com 8. The CLR objects can be stored procedures, functions, triggers, types, and aggregates. CLR对象可以是存储过程、函数、触发器、类型和聚合。 msdn2.microsoft.com 9. CLR James, the great writer on the Caribbean, asked: "What do they know of cricket who only cricket know? " 以加勒比海为作品主题的大作家CLR·詹姆斯(CLRJames)曾经提出这样的问题:“那些只有板球认识他们的家伙懂得什么叫板球?!” www.bing.com 10. SCHEMABINDING cannot be specified for CLR functions or functions that reference alias data types. 不能为CLR函数或引用别名数据类型的函数指定SCHEMABINDING。 msdn2.microsoft.com 1. The data access and determinism properties of CLR functions can be specified by the user. CLR函数的数据访问权限和确定性属性可由用户指定。 msdn2.microsoft.com 2. Loads the CLR execution engine into a process using the specified bit mask values . 使用指定的位掩码值将CLR执行引擎加载到进程中。 www.bing.com 3. As I alluded to earlier, the CLR does not support the inheritance of static members. 我在前面已经提到过,CLR不支持静态成员的继承。 blog.sina.com.cn 4. Create streaming table-valued functions in the common language runtime (CLR) to insert and delete rows of the property tables. 在公共语言运行时(CLR)中创建流式表值函数来插入和删除属性表的行。 msdn2.microsoft.com 5. ALTER FUNCTION cannot be used to change a Transact-SQL function to a CLR function or vice-versa. 不能使用ALTERFUNCTION将Transact-SQL函数更改为CLR函数,反之亦然。 technet.microsoft.com 6. Class generates an assembly that contains CLR metadata for a specified type library. 类将生成包含指定类型库的CLR元数据的程序集。 msdn2.microsoft.com 7. RECOMPILE cannot be specified for CLR stored procedures. 对于CLR存储过程,不能指定RECOMPILE。 msdn2.microsoft.com 8. Through the magic of reflection, the CLR already knows everything it needs to know about your classes just from the code itself. 通过反射(reflection)的魔法,CLR从代码本身就已经知道了该知道的一切,所有的类都在掌控之中。 blog.163.com 9. One of the most visible deficiencies in Visual Studio is that each version is tied to a specific version of the CLR. 对VisualStudio而言,其中一个最大的明显不足之处在于每一个VS版本都要绑定一个特定版本的CLR。 www.infoq.com 10. While some of the guidelines in FXCop are subjective, most are grounded in sound logic based on a deep knowledge of how the CLR works. 虽然FXCop中的某些向导是微软主观确定的,但其中大部分都是奠定在对CLR工作原理深入了解的良好逻辑基础上。 www.infoq.com 1. After you create a new CLR Class Library, a simple class is created for you. 创建新的CLR类库后,将为您创建一个简单的类。 msdn2.microsoft.com 2. Returns the common language runtime (CLR) type value for the column specified by the ordinal argument. 返回序号参数所指定的列的公共语言运行库(CLR)类型值。 msdn2.microsoft.com 3. CLR functions cannot appear in the WHERE clause of the view or the ON clause of a JOIN operation in the view. CLR函数不能出现在视图的WHERE子句中或视图中的JOIN运算的ON子句中。 technet.microsoft.com 4. The CLR prepares CERs in advance to avoid out-of- memory conditions . CLR会事先准备CER以避免出现内存不足的情况。 www.bing.com 5. These objects may be called by a Transact-SQL statement or another CLR object running in the server. 这些对象可以通过Transact-SQL语句或服务器中运行的其他CLR对象进行调用。 msdn2.microsoft.com 6. Describes the services and interfaces that the CLR provides to support profiling in the. NET Framework environment. 描述CLR所提供的用以在.NETFramework环境中支持分析的服务和接口。 msdn2.microsoft.com 7. Class return a node value and convert it to a CLR value in a single method call. 属性在单个方法调用中返回节点值并将其转换为CLR值。 msdn2.microsoft.com 8. This restriction is required to avoid ambiguity during SQL Type resolution if a CLR type can be mapped to more than one user-defined type. 如果一个CLR类型可被映射到多个用户定义类型,则要求使用此限制来避免SQL类型解析过程中的混乱情况。 technet.microsoft.com 9. The CLR initialization permanently failed state indicates that hosted CLR initialization failed. CLRinitializationpermanentlyfailed状态指示宿主CLR初始化已失败。 msdn2.microsoft.com 10. Gets a string representing the version of the common language runtime (CLR) saved in the file containing the manifest. 获取表示公共语言运行时(CLR)的版本的字符串,该信息保存在包含清单的文件中。 207.46.16.251 1. ENCRYPTION cannot be specified for CLR functions. 不能为CLR函数指定ENCRYPTION。 technet.microsoft.com 2. Therefore, parameters that depend on a CLR user-defined type or alias type can be viewed by using the sys. Sql_dependencies catalog view. 因此,可以使用sys.sql_dependencies目录视图查看依赖于CLR用户定义类型或别名类型的参数。 msdn2.microsoft.com 3. Provides a callback method to determine whether native images can be used by the CLR. 提供用来确定CLR是否可以使用本机映像的回调方法。 msdn2.microsoft.com 4. In-Process Side-by-Side Profiling: Support for profiling multiple side-by-side, in-process common language runtime (CLR) instances. 进程内并行分析:支持并行分析多个进程内公共语言运行时(CLR)实例。 207.46.16.251 5. CLUSTERED and NONCLUSTERED cannot be specified for CLR table-valued functions. 不能为CLR表值函数指定CLUSTERED和NONCLUSTERED。 msdn2.microsoft.com 6. UNIQUE cannot be specified for CLR table-valued functions. 不能为CLR表值函数指定UNIQUE。 msdn2.microsoft.com 7. Demonstrates using CLR store procedures and calling Transact-SQL stored procedures from CLR stored procedures. 说明如何使用CLR存储过程以及如何从CLR存储过程中调用Transact-SQL存储过程。 msdn2.microsoft.com 8. Forces the common language runtime (CLR) to release all interface pointers it holds inside runtime callable wrappers (RCW). 强制公共语言运行时(CLR)释放保留在运行时可调用包装(RCW)内的所有接口指针。 technet.microsoft.com 9. Due to the above restrictions, we recommend that CLR code be debugged on a test server and not on a production server. 因为上述限制,我们建议在测试服务器上调试CLR代码,而不要在生产服务器上调试。 msdn2.microsoft.com 10. The CLR is a core component of the. NET Framework that provides the context for managed code and executes that code. CLR是.NETFramework的一个核心组件,它为托管代码提供上下文并执行该代码。 msdn2.microsoft.com 1. CLR user-defined type columns can be specified if the type supports binary ordering. 如果CLR用户定义类型支持二进制排序,则可以指定CLR用户定义类型列。 technet.microsoft.com 2. The source code and assembly for the CLR stored procedure itself does not change. CLR存储过程本身的源代码和程序集并不更改。 msdn2.microsoft.com 3. The runtime will maintain an association between the handle and the CLR object, which it references. 运行时将维护句柄与CLR对象之间的关联,它将引用该关联。 msdn2.microsoft.com 4. The maximum number of bytes in use by the CLR, including both native and managed memory. 由CLR使用的最大字节数量(包括本机和托管内存)。 msdn2.microsoft.com 5. The Performance console. NET CLR Memory category includes counters that provide information about the garbage collector. 性能控制台.NETCLRMemory(内存)类别包括一些计数器,这些计数器提供与垃圾回收器有关的信息。 msdn2.microsoft.com 6. The OnNULLCall attribute cannot be specified for CLR table-valued functions. 不能为CLR表值函数指定OnNULLCall属性。 technet.microsoft.com 7. The CLR allocates space for objects (instances of reference types) in its runtime memory heap. CLR在其运行库内存堆中为对象(引用类型的实例)分配空间。 msdn2.microsoft.com 8. The minimum number of free threads in the CLR thread pool before a request in this configuration scope will be serviced. 在此配置范围中的请求得到服务之前,CLR线程池中的最小自由线程数。 msdn2.microsoft.com 9. If you apply a CLR code access security attribute outside a parallel region, it won't be in effect in the parallel region. 如果在并行区域外部应用CLR代码访问安全性属性,它在并行区域内将无效。 msdn2.microsoft.com 10. The parameters of a CLR stored procedure can be any one of the scalar SQL Server system data types. CLR存储过程的参数可以是标量SQLServer系统数据类型的任何一种。 msdn2.microsoft.com 1. The problems start when someone wants to load two add-ins that were built using different versions of the CLR. 问题就出现在当某个人想装载两个用不同的CLR版本构建的插件的时候。 www.infoq.com 2. Provides methods that notify the host of events in the garbage collection mechanism implemented by the CLR. 为公共语言运行库提供方法,用以通知宿主有关垃圾回收活动的情况。 msdn2.microsoft.com 3. The CLR, then, takes this intermediate language (IL) and, on the fly, converts it into machine-specific instructions. 然后,CLR得到这种中间语言并动态转换为计算机特殊命令。 www.1x1y.com.cn 4. If the CLR of . NET becomes increasingly available on different platforms, this advantage may diminish. 如果.NET的CLR变得越来越能在不同的平台上使用,则这种优点将不复存在。 www.ibm.com 5. The CLR debugging API has conflicting requirements pertaining to process architecture. CLR调试API具有与进程体系结构有关的相互冲突的要求。 technet.microsoft.com 6. The following table lists permission types supported by the CLR and the default policy for each permission under different trust levels. 下表列出了CLR支持的权限类型以及不同信任级别下各个权限的默认策略。 msdn2.microsoft.com 7. The common language runtime (CLR) provides services that help manage application execution. 公共语言运行库(CLR)提供用于帮助管理应用程序执行的服务。 msdn2.microsoft.com 8. Once the common language runtime (CLR) enters shutdown mode, native functions have limited access to CLR services. 公共语言运行库(CLR)进入关闭模式后,本机函数会限制对CLR服务的访问。 msdn2.microsoft.com 9. By default, the common language runtime (CLR) cleans up runtime callable wrappers automatically. 默认情况下,公共语言运行时(CLR)自动清理运行时可调用包装。 technet.microsoft.com 10. When the instruction pointer, designated by a yellow arrow, appears on a breakpoint, you are debugging the SQL CLR code. 当用黄色箭头表示的指令指针出现在一个断点上时,说明正在调试SQLCLR代码。 msdn2.microsoft.com 1. The DLR is Microsoft's way of providing dynamic language capability on top of the CLR. DLR是微软作为在CLR之上提供动态语言支持能力的一种技术手段。 www.infoq.com 2. For Transact-SQL functions, all data types, including CLR user-defined types, are allowed except the timestamp data type. 对于Transact-SQL函数,可以使用除timestamp数据类型之外的所有数据类型(包括CLR用户定义类型)。 technet.microsoft.com 3. Default parameter values can be specified for CLR functions except for varchar(max) and varbinary(max) data types. 可以为除varchar(max)和varbinary(max)数据类型之外的CLR函数指定默认参数值。 technet.microsoft.com 4. Because these methods are marked as native, the CLR automatically provides the implementation at class load time. 因为这些方法被标记为本机的,所以CLR在类加载时自动提供该实现。 msdn2.microsoft.com 5. With . NET 4. 0, "COM Visible types are guaranteed to run against the CLR they were compiled with. " 但是,在.NET4.0中,“能确保对COM可见的类型运行在它们所编译的CLR版本之上”。 www.infoq.com 6. Provides methods that enable the common language runtime (CLR) to configure the thread pool and to queue work items to the thread pool. 提供允许公共语言运行库配置线程池并为其对工作项排队的方法。 msdn2.microsoft.com 7. The CLR is a software abstraction layer that runs between the OS and our application. CLR是操作系统与我们的应用程序之间的一个软件抽象层。 msdn2.microsoft.com 8. Because you can do these things by writing SQL CLR procedures, the requirement to write these procedures is now gone. 因为您可以通过编写SQLCLR过程来执行所有这些操作,所以现在没有必要编写这些扩展存储过程了。 msdn2.microsoft.com 9. Interoperability is inherent because at the common language runtime (CLR) level, all code is the same. 互用性成为一种不可或缺的成分,因为在公共语言运行时层面,所有代码都一样。 blog.163.com 10. This option cannot be specified for CLR functions. 不能为CLR函数指定此选项。 msdn2.microsoft.com 1. The CLR also provides other services related to automatic garbage collection , exception handling, and resource management . CLR还提供与自动垃圾回收、异常处理和资源管理有关的其他服务。 www.bing.com 2. The Framework Design Guidelines are agnostic when it comes to technology on top of the CLR. 一旦涉及到CLR顶端的技术,框架设计规范就是不可知的。 www.infoq.com 3. The first run will be a little slow; because CLR will compile your stored procedure but next runs will be more effective. 第一次运行可能比较慢,因为CLR编译我们的存储过程,但是下一次运行就快了。 dictsearch.appspot.com 4. Gets appropriate CLR version information for the class with the specified CLSID. 为具有指定CLSID的类获取相应的CLR版本信息。 msdn2.microsoft.com 5. The value of the Service attribute is the common language runtime (CLR) type name of the service implementation. Service属性的值是服务实现的公共语言运行库(CLR)类型名称。 msdn2.microsoft.com 6. Management interfaces that the CLR provides and the host discovers through the ICLRControl interface. CLR提供的管理接口和宿主通过ICLRControl接口发现的管理接口。 msdn2.microsoft.com 7. The count of platform invoke calls from managed code to native code, excluding internal CLR platform invoke calls. 从托管代码对本机代码发出的“平台调用”调用的计数,内部CLR“平台调用”调用排除在外。 msdn2.microsoft.com 8. However, that will not work if you need to create or modify a SQL CLR procedure, because you need to compile and deploy it. 但是,如果需要创建或修改SQLCLR过程,则不能那样做,因为您需要编译和部署该过程。 msdn2.microsoft.com 9. References to the procedure's underlying CLR implementation are found in sys. Assembly_modules. 在sys.assembly_modules中可以找到对该过程的基础CLR实现的引用。 msdn2.microsoft.com 10. While the CLR's garbage collector does a great job of managing managed memory, often developers have to deal with unmanaged resources. 尽管CLR的垃圾收集器能够很好地管理托管内存,但一般来说,开发人员还必须处理非托管的资源。 msdn2.microsoft.com 1. Gets a pointer to one of the CLR functions. 获取一个指向某一CLR函数的指针。 msdn2.microsoft.com 2. The CLR manages two separate heaps for allocation, the small object heap (SOH) and the large object heap (LOH). CLR会管理两种独立的堆并对其进行分配,小对象堆(smallobjectheap,SOH)和大对象堆(largeobjectheap,LOH)。 www.infoq.com 3. Calling unmanaged code outside of the CLR bypasses this security mechanism, and therefore presents a security risk. 在CLR外调用非托管代码会避开此安全机制,因此会造成安全风险。 msdn2.microsoft.com 4. The version property indicates the version of the. NET Framework and hosted CLR on the server. version属性指示服务器上的.NETFramework和宿主CLR的版本。 msdn2.microsoft.com 5. A global cache holds a mapping from CLR class to the Ruby class object that wraps the method calls on the interop class. 全局缓存中保留着从CLR类到Ruby类的映射关系,以支持从CLR类到封装互操作类上方法调用的Ruby类对象。 www.infoq.com 6. Provides methods that allow a host to bind to assemblies and modules independently of the CLR. 为宿主提供独立于公共语言运行库实现自定义程序集决策进程的方法。 msdn2.microsoft.com 7. How do I find the computed columns that depend on a specified CLR user-defined type or alias data type? 如何找到依赖于指定CLR用户定义类型或别名数据类型的计算列? msdn2.microsoft.com 8. The CLR calls the type constructor before the first instance of the type is created or any static members on the type are called. CLR在创建类型的第一个实例或调用类型上的任何静态成员之前调用类型构造函数。 msdn2.microsoft.com 9. For more information about performance, see Architecture of CLR Integration. 有关性能的详细信息,请参阅ArchitectureofCLRIntegration。 msdn2.microsoft.com 10. For more information about creating CLR user-defined type columns, see Working with CLR User-defined Types. 有关CLR用户定义类型的列的详细信息,请参阅使用CLR用户定义类型。 technet.microsoft.com 1. As such, SCA acts as a distributed CLR supporting a variety of languages and runtimes in the same assembly. 由此,SCA扮演了一个分布式CLR的角色,可在同一装配中支持多种语言和运行时。 www.infoq.com 2. Specifies which version of the common language runtime (CLR) can run the assembly. 指定哪个版本的公共语言运行库(CLR)可以运行程序集。 msdn2.microsoft.com 3. Computed columns based on Transact-SQL and CLR functions and CLR user-defined type methods that are marked deterministic by the user. 基于Transact-SQL和CLR函数以及由用户标记为确定性的CLR用户定义类型方法的计算列。 msdn2.microsoft.com 4. She has to understand the basics in using CLR integration stored procedures. 她必须了解使用CLR集成存储过程的基本知识。 msdn2.microsoft.com 5. The static local variable is interesting because the common language runtime (CLR) does not support static variables inside a method. 静态局部变量之所以非常令人感兴趣,是因为公共语言运行库(CLR)不支持方法内的静态变量。 blog.sina.com.cn 6. For any security-critical checks of declaring type information, use the underlying CLR type instead. 对于声明类型信息的任何安全关键检查,改用基础CLR类型。 msdn.microsoft.com 7. This catalog view maps CLR stored procedures, CLR triggers, or CLR functions to their underlying implementation. 此目录视图将CLR存储过程、CLR触发器或CLR函数映射到其基础实现。 msdn2.microsoft.com 8. The signature of the method also defines a CLR return type, which takes the deserialized XML content from the service response. 这个方法的签名还定义了一个CLR返回类型,它从服务响应中反序列化出XML内容。 www.infoq.com 9. Enables unmanaged hosts to load the CLR into a process. 使非托管宿主能够将CLR加载到进程中。 msdn2.microsoft.com 10. The first step is to determine why the CLR could not bind to the requested assembly. 第一步要确定CLR无法绑定到请求的程序集的原因。 msdn2.microsoft.com 1. Manages a list of assemblies that are loaded by the common language runtime (CLR) and not by the host. 管理由公共语言运行库(而非宿主)加载的程序集的列表。 msdn2.microsoft.com 2. This enhancement also enables CLR-based stored procedures to return multiple results sets too. 该增强也允许基于CLR的存储过程返回多个结果集。 www.ibm.com 3. In the case of CLR functions, the associated assembly is also copied. 对于CLR函数,还要复制关联程序集。 msdn2.microsoft.com 4. The debugging API enables a debugger to debug code that runs in the common language runtime (CLR) environment. 调试API允许调试器对公共语言运行库(CLR)环境中运行的代码进行调试。 msdn2.microsoft.com 5. When you are debugging SQL CLR database objects, breaking execution will break all threads on the server, affecting other users. 调试SQLCLR数据库对象时,如果中断执行,将会中断服务器上的所有线程,从而影响到其他用户。 msdn2.microsoft.com 6. The CLR debugging API enables inspection of stack frames and local variables with JIT-compiled code that has been optimized. CLR调试API使用经过优化的JIT编译代码来启用堆栈帧和局部变量检查。 technet.microsoft.com 7. With this release, the overall developer platform version has been decoupled from the core CLR engine version. 借助这一版本,整个开发人员平台版本已与CLR核心引擎版本分离。 msdn2.microsoft.com 8. Sets a value that specifies the types of events for which the profiler wants to receive notification from the CLR. 设置代码探查器要从公共语言运行库接收其通知的事件类别。 msdn2.microsoft.com 9. For more information about how to set attributes of CLR routine methods, see Custom Attributes for CLR Routines. 有关如何设置CLR例程方法的属性的详细信息,请参阅CustomAttributesforCLRRoutines。 technet.microsoft.com 10. It creates a new CLR SQL aggregate function named Concatenate in the Adventureworks sample database. 它在Adventureworks示例数据库中创建了一个名为Concatenate的新的CLRSQL聚合函数。 msdn2.microsoft.com 1. Stored procedures written in managed code are called CLR stored procedures. 使用托管代码编写的存储过程称为CLR存储过程。 msdn2.microsoft.com 2. This number is a positive integer generated by the CLR debugging services. 该数字是一个由CLR调试服务生成的正整数。 msdn2.microsoft.com 3. Columns of a CLR user-defined type that reference views created by using WITH SCHEMABINDING. CLR用户定义类型的列,这些列引用通过使用WITHSCHEMABINDING创建的视图。 technet.microsoft.com 4. Dependencies between types and CLR functions and CLR procedures are not maintained. 不维护类型和CLR函数及类型和CLR过程之间的依赖关系。 msdn2.microsoft.com 5. The GC compacts the managed heap, tidies up references to point to their new location in the heap, and returns control to the CLR. 垃圾收集器对托管堆进行压缩,整理引用以指向它们在堆中的新位置,并将控件返回给CLR。 dictsearch.appspot.com 6. In other cases, the CLR will halt certain managed threads (background threads) without delivering orderly destruction messages for them. 在其他情况下,CLR将暂停某些托管线程(后台线程),而不按顺序为其传送析构消息。 technet.microsoft.com 7. This section provides information on creating, executing, and viewing Transact-SQL and CLR user-defined functions. 本节提供了有关创建、执行和查看Transact-SQL用户定义函数及CLR用户定义函数的信息。 technet.microsoft.com 8. Unfortunately, unlike the CLR, the JVM doesn't ship with a standard VM-wide thread pool. 不幸的是,与CLR不同,JVM没有附带一个标准的VM级线程池。 www.ibm.com 9. The infrastructure that code access security and CLR deployment bring to the table enables some cool possibilities. 在代码访问安全以及CLR部署的基础上带来更多更酷的可能性。 www.diybl.com 10. CLR stored procedures; calling Transact-SQL stored procedures from CLR stored procedures; the VARBINARY(MAX) data type. CLR存储过程;从CLR存储过程中调用Transact-SQL存储过程;VARBINARY(MAX)数据类型。 technet.microsoft.com 1. You attach to native process in CLR mode before the process creates the CLR object. Managed debugging is not working. 您使用CLR模式附加到一个自然进程在该进程还没有创建一个CLR对象时,托管调试就无法工作 www.cnblogs.com 2. Solution 2: Attach to the process in InterOp mode. In this case, you don't have to attach to the process after CLR code is invoked. 解决2:使用InterOp模式附加到该进程,在这种情况下,您不需要在CLR代码被调用以后再附加到该进程 www.cnblogs.com 3. By default, the CLR member name is used as the name of the data member. 默认情况下,将CLR成员名称用作数据成员的名称。 msdn2.microsoft.com 4. Gets a pointer to the operating system handle that corresponds to the specified CLR handle. 获取一个指向与指定CLR句柄相对应的操作系统句柄的指针。 msdn2.microsoft.com 5. CLR user-defined type expressions are allowed in computed column definitions. 允许在计算列定义中使用CLR用户定义类型的表达式。 msdn2.microsoft.com 6. Gets the current event categories for which the profiler wants to receive event notifications from the CLR. 获取要为其从公共语言运行库接收事件通知的当前事件类别。 msdn2.microsoft.com 7. These functions can be based on the common language runtime (CLR) or can be Component Object Model (COM) objects. 这些函数可以基于公共语言运行时(CLR),也可以是组件对象模型(COM)对象。 technet.microsoft.com 8. The CLR performs some security checks whenever code flow crosses an assembly boundary. 无论何时当代码流跨越程序集边界时,CLR都执行一些安全检查。 dictsearch.appspot.com 9. Most notably, the profiler must offer some level of support for scenarios that involve multiple in-process side-by-side CLR instances. 最值得注意的是,探查器必须为涉及多个进程内并行CLR实例的方案提供一定程度的支持。 207.46.16.251 10. Make the Common Language Runtime (CLR) an outstanding platform for dynamic languages and environments. 把通用语言运行时(CLR)打造成为动态语言的出色平台和环境。 www.winu.cn 1. To debug SQL CLR database objects, you must have enabled CLR debugging for the selected database connection. 若要调试SQLCLR数据库对象,必须已经为所选数据库连接启用了CLR调试。 msdn2.microsoft.com 2. The CLR Debugger uses solutions to associate source files and the applications being debugged. CLR调试器使用解决方案将源文件和正在调试的应用程序关联起来。 msdn2.microsoft.com 3. Provides methods for the CLR to configure the thread pool and to queue work items to the thread pool. 为公共语言运行库提供方法,用以配置宿主线程池并在其上排列工作项。 msdn2.microsoft.com 4. Default values are recorded in the sys. Parameters. Default column only for CLR procedures. 只有CLR过程的默认值记录在sys.parameters.default列中。 technet.microsoft.com 5. If the newer version is loaded first, the older add-in may have compatibility issues. 如果新的CLR版本先被装载,原有的插件就可能存在兼容性问题。 www.infoq.com 6. Since Visual Studio is partially built using the . NET framework, it can only load the version it was shipped with. 因为VisualStudio本身部分上就是用.NET框架构建的,所以它也只能装载自带的CLR版本。 www.infoq.com 7. Gets or sets a value indicating the maximum amount of worker threads per CPU in the CLR thread pool. 获取或设置一个值,该值指示CLR线程池中每个CPU的最大辅助线程数。 msdn2.microsoft.com 8. How do I find the CHECK constraints that depend on a specified CLR user-defined type? 如何找到依赖于指定CLR用户定义类型的CHECK约束? msdn2.microsoft.com 9. Information about creating CLR stored procedures. 有关创建CLR存储过程的信息。 msdn2.microsoft.com 10. Each row in this view provides details about a property of the hosted CLR. 此视图中的每一行都提供了有关宿主CLR的某个属性的详细信息。 msdn2.microsoft.com 1. A host can control all code access to thread tokens by both the common language runtime (CLR) and user code. 主机可以通过公共语言运行库和用户代码控制对线程标记的所有代码访问。 msdn2.microsoft.com 2. The CLR handles COM component activation and parameter marshaling. CLR将处理COM组件激活和参数封送处理。 msdn2.microsoft.com 3. The following table shows the language-specific type names for common programming languages and the CLR counterpart. 下表显示的是公共编程语言和CLR的相应语言特定的类型名称。 msdn2.microsoft.com 4. However, the common language runtime (CLR) uses case-sensitive binding. 但是,公共语言运行时(CLR)使用区分大小写的绑定。 technet.microsoft.com 5. You can then deploy your assemblies and stored procedure definitions to the DB2 Windows server using our CLR Procedure wizard. 然后可以使用CLRProcedure向导将assembly和存储过程定义部署到DB2Windows服务器。 www.ibm.com 6. The ReadContentAsObject method returns a boxed CLR of the most appropriate type, specified by the ValueType property. ReadContentAsObject方法返回最适合的类型的包装CLR,类型通过ValueType属性指定。 msdn2.microsoft.com 7. In Server Explorer, right-click on the connection you want to debug and choose Allow SQL CLR Debugging. 在“服务器资源管理器”中,右击想要调试的连接并选择“允许SQLCLR调试”。 msdn2.microsoft.com 8. The number of bytes in use by the CLR's application domain heap. 由CLR的应用程序域堆使用的字节数。 msdn2.microsoft.com 9. The common language runtime (CLR) supports the loading of modules from raw streams of bytes. 公共语言运行时(CLR)支持加载原始字节流中的模块。 technet.microsoft.com 10. It will be necessary for you to use single-threading, for example, if your CLR program hosts a COM object that uses single-threading. 例如,如果您的CLR程式装载了使用单一执行绪的COM物件,您将必须使用单一执行绪。 technet.microsoft.com 1. Gets or sets the minimum number of worker threads per CPU in the CLR thread pool. 获取或设置CLR线程池中每个CPU的最少辅助线程数。 msdn2.microsoft.com 2. The hosting API enables unmanaged hosts to integrate the common language runtime (CLR) into their applications. 利用宿主API,非托管宿主能够将公共语言运行库(CLR)集成到其应用程序中。 msdn2.microsoft.com 3. You can create indexes on CLR user-defined type columns if the type supports binary ordering. 如果CLR用户定义类型支持二进制排序,则可以为该类型的列创建索引。 msdn2.microsoft.com 4. To resolve this error, declare variables of CLR types inside a function or type definition. 若要解决此错误,请在函数或类型定义内声明CLR类型的变量。 msdn.microsoft.com 5. The number of bytes currently in use by the CLR's default heap. 当前由CLR的默认堆使用的字节数。 msdn2.microsoft.com 6. Although the . NET Framework has been tuned for performance, there is a small delay during startup as the CLR loads. 虽然.NETFramework为提高性能而进行了微调,但在启动时加载CLR还稍微有些延迟。 www.cnblogs.com 7. Changes the entry point in the image to an entry point in the common language runtime (CLR). 将映像中的入口点更改为公共语言运行时(CLR)中的入口点。 technet.microsoft.com 8. Specifies the CLR namespace and XML namespace of the data contract. 取得或设定资料合约型别的CLR命名空间。 technet.microsoft.com 9. Guidelines for creating CLR aggregate functions. 关于创建CLR聚合函数的指南。 technet.microsoft.com 10. How does the generational garbage collector in the . NET CLR manage object lifetime? NETCLR中一代的垃圾收集器是如何管理对象的生命周期的? archive.cnblogs.com |
||||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。