SqlUserDefinedAggregateAttribute
Indicates that the type should be registered as a user-defined aggregate. The properties on the attribute reflect the physical attributes used when the type is registered with SQL Server. This class cannot be inherited.
The maximum size, in bytes, required to store the state of this aggregate instance during computation.
The serialization format as a Format.
Indicates whether the aggregate is invariant to duplicates.
Indicates whether the aggregate is invariant to nulls.
Indicates whether the aggregate is invariant to order.
Indicates whether the aggregate returns null if no values have been accumulated.
The maximum size, in bytes, of the aggregate instance.
The name of the aggregate.
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.