SqlUserDefinedAggregateAttribute(Format) 构造函数

定义

用户定义的聚合的一个必需特性,用于指示给定的类型为用户定义的聚合,以及用户定义的聚合的存储格式。

public:
 SqlUserDefinedAggregateAttribute(Microsoft::SqlServer::Server::Format format);
public SqlUserDefinedAggregateAttribute (Microsoft.SqlServer.Server.Format format);
new Microsoft.SqlServer.Server.SqlUserDefinedAggregateAttribute : Microsoft.SqlServer.Server.Format -> Microsoft.SqlServer.Server.SqlUserDefinedAggregateAttribute
Public Sub New (format As Format)

参数

format
Format

Format 值之一,表示聚合的序列化格式。

适用于