Freigeben über


SqlHierarchyId.IsNull-Eigenschaft

 

Ruft einen Wert ab, der angibt, ob SqlHierarchyIdnull ist.

Namespace:   Microsoft.SqlServer.Types
Assembly:  Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)

Syntax

public bool IsNull {
    [SqlMethodAttribute(DataAccess = DataAccessKind.None, SystemDataAccess = SystemDataAccessKind.None, 
        IsDeterministic = true, IsPrecise = true, IsMutator = false)]
    get;
}
public:
property bool IsNull {
    [SqlMethodAttribute(DataAccess = DataAccessKind::None, SystemDataAccess = SystemDataAccessKind::None, 
        IsDeterministic = true, IsPrecise = true, IsMutator = false)]
    virtual bool get() sealed;
}
abstract IsNull : bool with get
override IsNull : bool with get
Public ReadOnly Property IsNull As Boolean

Eigenschaftswert

Type: System.Boolean

Boolean Wert, der true darstellt, (1) wenn der SqlHierarchyId-Knoten null ist, andernfalls false (0).

Implementiert

INullable.IsNull

Hinweise

Dieser Member ist virtual.

Siehe auch

SqlHierarchyId-Struktur
Microsoft.SqlServer.Types-Namespace

Zurück zum Anfang