Udostępnij za pośrednictwem


Właściwość Property.ISfcProperty.IsNull

Pobiera Boolean wartości właściwości, która określa, czy właściwość jest zestaw na null.

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

Składnia

'Deklaracja
Private ReadOnly Property IsNull As Boolean
    Implements ISfcProperty.IsNull
    Get
'Użycie
Dim instance As [Property]
Dim value As Boolean

value = CType(instance, ISfcProperty).IsNull
bool ISfcProperty.IsNull { get; }
private:
virtual property bool IsNull {
    bool get () sealed = ISfcProperty::IsNull::get;
}
private abstract IsNull : bool
private override IsNull : bool
Język JScript obsługuje używanie jawnych implementacji interfejsów, ale nie obsługuje deklarowania nowych.

Wartość właściwości

Typ: System.Boolean
A Boolean wartość określająca, czy właściwość jest zestaw na null.
Jeśli True, właściwość ma wartość null.
Jeśli False (domyślnie), właściwość nie jest null.

Implementacje

ISfcProperty.IsNull