Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

SqlFacetAttribute::MaxSize Property

 

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

Namespace:   Microsoft.SqlServer.Server
Assembly:  System.Data (in System.Data.dll)

public:
property int MaxSize {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

An Int32 representing the maximum size, in logical units, of the underlying field type.

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.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft