SqlUserDefinedAggregateAttribute(Format) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用者定義彙總上的必要屬性,用於指出指定型別是使用者定義彙總,以及使用者定義彙總的儲存格式。
public:
SqlUserDefinedAggregateAttribute(Microsoft::Data::SqlClient::Server::Format format);
public SqlUserDefinedAggregateAttribute (Microsoft.Data.SqlClient.Server.Format format);
new Microsoft.Data.SqlClient.Server.SqlUserDefinedAggregateAttribute : Microsoft.Data.SqlClient.Server.Format -> Microsoft.Data.SqlClient.Server.SqlUserDefinedAggregateAttribute
Public Sub New (format As Format)