Udostępnij przez


Właściwość IMutableScalar.Nullable

Wartość określająca, czy obiekt jest nullable.

Przestrzeń nazw:  Microsoft.SqlServer.Management.SqlParser.Metadata
Zestaw:  Microsoft.SqlServer.Management.SqlParser (w Microsoft.SqlServer.Management.SqlParser.dll)

Składnia

'Deklaracja
Property Nullable As Boolean
    Get
    Set
'Użycie
Dim instance As IMutableScalar
Dim value As Boolean

value = instance.Nullable

instance.Nullable = value
bool Nullable { get; set; }
property bool Nullable {
    bool get ();
    void set (bool value);
}
abstract Nullable : bool with get, set
function get Nullable () : boolean
function set Nullable (value : boolean)

Wartość właściwości

Typ: System.Boolean
A Boolean wartość określająca, czy obiekt jest nullable.

Implementacje

IScalar.Nullable