Właściwość RequireLength
Pobiera wartość, która wskazuje, czy typ danych wymaga długości.
Przestrzeń nazw: Microsoft.SqlServer.Management.SqlParser.Metadata
Zestaw: Microsoft.SqlServer.Management.SqlParser (w Microsoft.SqlServer.Management.SqlParser.dll)
Syntax
'Deklaracja
Public ReadOnly Property RequireLength As Boolean
Get
'Użycie
Dim instance As DataTypeSpec
Dim value As Boolean
value = instance.RequireLength
public bool RequireLength { get; }
public:
property bool RequireLength {
bool get ();
}
member RequireLength : bool
function get RequireLength () : boolean
Wartość właściwości
Typ: System. . :: . .Boolean
TRUE , jeśli typ danych wymaga długości; w przeciwnym razie false.
Zobacz także