Udostępnij za pośrednictwem


SqlUserDefinedAggregateAttribute(Format) Konstruktor

Definicja

Wymagany atrybut w agregacji zdefiniowanej przez użytkownika, używany do wskazania, że dany typ jest agregowaniem zdefiniowanym przez użytkownika i formatem przechowywania agregacji zdefiniowanej przez użytkownika.

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)

Parametry

format
Format

Format Jedna z wartości reprezentujących format serializacji agregacji.

Dotyczy