This documentation is archived and is not being maintained.
SqlUserDefinedAggregateAttribute Properties
Visual Studio 2010
The SqlUserDefinedAggregateAttribute type exposes the following members.
| Name | Description | |
|---|---|---|
|
Format | The serialization format as a Format. |
|
IsInvariantToDuplicates | Indicates whether the aggregate is invariant to duplicates. |
|
IsInvariantToNulls | Indicates whether the aggregate is invariant to nulls. |
|
IsInvariantToOrder | Indicates whether the aggregate is invariant to order. |
|
IsNullIfEmpty | Indicates whether the aggregate returns nullptr if no values have been accumulated. |
|
MaxByteSize | The maximum size, in bytes, of the aggregate instance. |
|
Name | The name of the aggregate. |
|
TypeId | When implemented in a derived class, gets a unique identifier for this Attribute. (Inherited from Attribute.) |
Show: