SqlFacetAttribute.MaxSize Property

Definition

The maximum size, in logical units, of the underlying field type of the user-defined type.

C#
public int MaxSize { get; set; }

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.

Applies to

Produkt Versiounen
SqlClient .NET Core 1.0, 1.1, 2.0, 2.1, 3.0, 3.1, 4.0, 4.1
SqlClient .NET Framework 2.1, 3.0, 3.1, 4.0, 4.1
SqlClient .NET Standard 2.1, 3.0, 3.1, 4.0, 4.1