UserDefinedType.IsFixedLength Property
SQL Server 2012
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.BooleanA 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.
