Condividi tramite


SqlUserDefinedAggregateAttribute(Format) Costruttore

Definizione

Attributo obbligatorio su un aggregato definito dall'utente, utilizzato per indicare che il tipo specificato è un aggregato definito dall'utente e il formato di memorizzazione di tale aggregato.

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)

Parametri

format
Format

Valore dell'enumerazione Format che rappresenta il formato di serializzazione dell'aggregato.

Si applica a