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.

SqlUserDefinedTypeAttribute::IsFixedLength Property

 

Indicates whether all instances of this user-defined type are the same length.

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

public:
property bool IsFixedLength {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if all instances of this type are the same length; otherwise false.

If set to true, all instances of UDTs corresponding to this common language runtime (CLR) type must have a length in bytes exactly equal to MaxByteSize. This attribute is only relevant for UDTs with UserDefined serialization Format.

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