Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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
Notes
This member is virtual.