This topic has not yet been rated - Rate this topic

UserDefinedType.IsFixedLength Property

Gets the Boolean property that specifies whether the alias data type is fixed length.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public bool IsFixedLength { get; }

Property Value

Type: System.Boolean
A Boolean value that specifies whether the alias data type is fixed length.If True, the alias data type is fixed length.If False (default), the alias data type is variable length.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.