Właściwość UserDefinedType.IsFixedLength
Pobiera Boolean właściwość, która określa, czy typ danych alias jest stała długość.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property IsFixedLength As Boolean
Get
'Użycie
Dim instance As UserDefinedType
Dim value As Boolean
value = instance.IsFixedLength
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public bool IsFixedLength { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property bool IsFixedLength {
bool get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member IsFixedLength : bool
function get IsFixedLength () : boolean
Wartość właściwości
Typ: System.Boolean
A Boolean wartość, która określa, czy typ danych alias jest stała długość.
Jeśli True, typ danych alias jest stała długość.
Jeśli FAŁSZ (domyślnie), alias danych o zmiennej długości jest typu.