共用方式為


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 值,表示彙總的序列化 (Serialization) 格式。

適用於