Freigeben über


SqlHierarchyId.IsNull-Eigenschaft

Gets a value indicating whether the SqlHierarchyId is nullein NULL-Verweis (Nothing in Visual Basic).

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

Syntax

'Declaration
Public ReadOnly Property IsNull As Boolean 
    Get
'Usage
Dim instance As SqlHierarchyId 
Dim value As Boolean 

value = instance.IsNull
public bool IsNull { get; }
public:
virtual property bool IsNull {
    bool get () sealed;
}
abstract IsNull : bool 
override IsNull : bool
final function get IsNull () : boolean

Eigenschaftswert

Typ: System.Boolean
Boolean representing true (1) if the SqlHierarchyId node is nullein NULL-Verweis (Nothing in Visual Basic); otherwise, false (0).

Implementiert

INullable.IsNull

Hinweise

This member is virtual.

Siehe auch

Verweis

SqlHierarchyId Struktur

Microsoft.SqlServer.Types-Namespace