SqlUserDefinedAggregateAttribute(Format) Constructor

Definición

Atributo requerido en un agregado definido por el usuario, que se utiliza para indicar que el tipo dado es un agregado definido por el usuario y para indicar el formato de almacenamiento del agregado definido por el usuario.

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)

Parámetros

format
Format

Uno de los valores de Format que representa el formato de serialización del agregado.

Se aplica a