Partager via


Propriété SqlHierarchyId.IsNull

Gets a value indicating whether the SqlHierarchyId is nullune référence Null (Nothing dans Visual Basic).

Espace de noms :  Microsoft.SqlServer.Types
Assembly :  Microsoft.SqlServer.Types (en Microsoft.SqlServer.Types.dll)

Syntaxe

'Déclaration
Public ReadOnly Property IsNull As Boolean 
    Get
'Utilisation
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

Valeur de propriété

Type : System.Boolean
Boolean representing true (1) if the SqlHierarchyId node is nullune référence Null (Nothing dans Visual Basic); otherwise, false (0).

Implémente

INullable.IsNull

Notes

This member is virtual.

Voir aussi

Référence

SqlHierarchyId Structure

Espace de noms Microsoft.SqlServer.Types