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::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)

Parametri

format
Format

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

Si applica a