This documentation is archived and is not being maintained.

SqlUserDefinedAggregateAttribute Properties

The SqlUserDefinedAggregateAttribute type exposes the following members.

  NameDescription
Public property Format The serialization format as a Format.
Public property IsInvariantToDuplicates Indicates whether the aggregate is invariant to duplicates.
Public property IsInvariantToNulls Indicates whether the aggregate is invariant to nulls.
Public property IsInvariantToOrder Indicates whether the aggregate is invariant to order.
Public property IsNullIfEmpty Indicates whether the aggregate returns nullptr if no values have been accumulated.
Public property MaxByteSize The maximum size, in bytes, of the aggregate instance.
Public property Name The name of the aggregate.
Public property TypeId When implemented in a derived class, gets a unique identifier for this Attribute. (Inherited from Attribute.)
Top
Show: