User - defined types , and user - defined aggregates are two new managed database objects which expand the storage and querying capabilities of sql server 用户定义的类型和用户定义的聚合是两个新的托管数据库对象,这两个对象扩展了sql server的存储和查询功能。
The classes that implement clr user - defined types and user - defined aggregate functions must still satisfy the requirements for being a user - defined type or aggregate 实现clr用户定义的类型和用户定义的聚合函数的类必须仍满足作为用户定义的类型或聚合的要求。
A required attribute on a user - defined aggregate , used to indicate that the given type is a user - defined aggregate and the storage format of the user - defined aggregate 用户定义的聚合的一个必需属性,用于指示给定的类型为用户定义的聚合,以及用户定义的聚合的存储格式。
Indicates whether the assembly is visible for creating common language runtime functions , stored procedures , triggers , user - defined types , and user - defined aggregate functions against it 指示在创建公共语言运行时( clr )函数、存储过程、触发器、用户定义的类型以及针对它的用户定义的聚合函数时,该程序集是否可见。
Shows how to debug various kinds of clr database objects : stored procedures , triggers , user - defined scalar functions , user - defined table - valued functions , user - defined aggregates , and user - defined types 演示如何调试各种clr数据库对象:存储过程、触发器、用户定义的标量函数、用户定义的表值函数、用户定义的聚合和用户定义的类型。
With the clr hosted in microsoft sql server called clr integration , you can author stored procedures , triggers , user - defined functions , user - defined types , and user - defined aggregates in managed code 通过在microsoft sql server中托管clr (称为clr集成) ,可以在托管代码中编写存储过程、触发器、用户定义函数、用户定义类型和用户定义聚合函数。
Namespace , you can create stored procedures , triggers , user - defined types , user - defined functions both scalar and table - valued , and user - defined aggregate functions in any supported . net framework language Microsoft . sqlserver . server命名空间中的属性类可以用任何支持的. net framework语言创建存储过程、触发器、用户定义的类型、用户定义的函数(标量值和表值)和用户定义的聚合函数。
Because there might be clr functions , stored procedures , triggers , data types , and user - defined aggregate functions in the instance of sql server that are already defined against the assembly , the alter assembly statement rebinds them to the latest implementation of the assembly 由于sql server实例中可能存在已针对程序集定义的clr函数、存储过程、触发器、数据类型和用户定义的聚合函数,因此alter assembly语句将它们重新绑定到该程序集的最新实现。
This means that you can now write stored procedures , triggers , user - defined types , user - defined functions , user - defined aggregates , and streaming table - valued functions , using any . net framework language , including microsoft visual basic . net and microsoft visual c 这意味着您现在可以使用任意. net framework语言(包括microsoft visual basic . net和microsoft visual c )编写存储过程、触发器、用户定义类型、用户定义函数、用户定义聚合函数以及流处理表值函数。
For sql server users and application developers , clr integration means that you can now write stored procedures , triggers , user - defined types , user - defined functions scalar and table - valued , and user - defined aggregate functions using any . net framework language , including microsoft visual basic and microsoft visual c 对于sql server用户和应用程序开发人员来说, clr集成意味着您现在可以使用任何. net framework语言(包括microsoft visual basic和microsoft visual c )编写存储过程、触发器、用户定义类型、用户定义函数(标量函数和表值函数)以及用户定义的聚合函数。