SqlUserDefinedAggregateAttribute(Format) Constructor

Definition

A required attribute on a user-defined aggregate, used to indicate that the given type is a user-defined aggregate and the storage format of the user-defined aggregate.

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)

Parameters

format
Format

One of the Format values representing the serialization format of the aggregate.

Applies to