SqlUserDefinedAggregateAttribute public sealed class SqlUserDefinedAggregateAttribute : Attribute Documentation Code public const int MaxByteSizeValue = 8000 public Format Format { get; } public bool IsInvariantToDuplicates { get; set; } public bool IsInvariantToNulls { get; set; } public bool IsInvariantToOrder { get; set; } public bool IsNullIfEmpty { get; set; } public int MaxByteSize { get; set; } public string Name { get; set; } public SqlUserDefinedAggregateAttribute(Format format)