调试调试 SQL 公共语言运行库 (SQLCLR) 使用的程序并行线程时 SQL Server 数据库引擎如何处理 parallelized 用户定义函数、 聚合,和用户定义类型 (UDT) 方法
基于14个网页-相关网页
Your database refers to at least one SQLCLR object.
您的数据库至少引用了一个SQLCLR对象。
Examples of this include managed assemblies running inside SQLCLR and ClickOnce applications installed from the Internet.
例如在SQLCLR中运行托管程序集,或者利用ClickOnce运行从网络中安装的应用程序。
To use the SQLCLR objects, you must register the assembly with SQL Server using the new create assembly statement and then create each object pointing to its implementation within the assembly.
要使用SQLCLR对象,您必须使用新的CREATE ASSEMBLY语句在SQL Server注册程序集,然后在程序集中创建指向其实现的各个对象。
应用推荐