SqlUserDefinedAggregateAttribute(Format) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)