SqlUserDefinedAggregateAttribute.MaxByteSizeValue Field        
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 = 8000Remarks
An Int32 value representing the maximum size of the aggregate instance.