Assemblies are dll files used in an instance of sql server to deploy functions , stored procedures , triggers , user - defined aggregates , and user - defined types that are written in one of the managed code languages hosted by the microsoft . net framework common language runtime , instead of in transact - sql 程序集是在sql server实例中使用的dll文件,用来部署用microsoft . net framework公共语言运行时( clr )中所驻留的托管代码语言之一(而非transact - sql )编写的函数、存储过程、触发器、用户定义聚合和用户定义类型。
Describes how assemblies are used in sql server to deploy functions , stored procedures , triggers , user - defined aggregates , and user - defined types that are written in one of the managed code languages hosted by the microsoft . net framework common language runtime , and not written in transact - sql 说明如何在sql server中使用程序集部署以microsoft . net framework公共语言运行时( clr )中驻留的一种托管代码语言编写的(不是以transact - sql编写的)函数、存储过程、触发器、用户定义聚合以及用户定义类型。