SqlUserDefinedAggregateAttribute.MaxByteSizeValue Field

Definition

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

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

Field Value

Value = 8000

Remarks

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

Applies to