SqlUserDefinedAggregateAttribute.MaxByteSizeValue Field

Definition

The maximum size, in bytes, required to store the state of this aggregate instance during computation.

public const int MaxByteSizeValue = 8000;
val mutable MaxByteSizeValue : int
Public Const MaxByteSizeValue As Integer  = 8000

Field Value

Int32

Remarks

An Int32 value representing the maximum size of the aggregate instance.

Applies to