SqlFacetAttribute.MaxSize Property
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 logical units, of the underlying field type of the user-defined type.
public:
property int MaxSize { int get(); void set(int value); };
public int MaxSize { get; set; }
member this.MaxSize : int with get, set
Public Property MaxSize As Integer
Property Value
An Int32 representing the maximum size, in logical units, of the underlying field type.
Remarks
Logical unit is bytes (with a maximum size of 8000) for the binary and non-Unicode data types, and the number of Unicode characters (with a maximum size of 4000) for the character field types.
The value -1 is reserved for large character and binary types.
The default value is 4000 for Unicode character types and 8000 for binary and non-Unicode types.