Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets a value indicating whether the SqlHierarchyId is nullriferimento Null (Nothing in Visual Basic)..
Spazio dei nomi Microsoft.SqlServer.Types
Assembly: Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property IsNull As Boolean
Get
'Utilizzo
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
Valore proprietà
Tipo: System.Boolean
Boolean representing true (1) if the SqlHierarchyId node is nullriferimento Null (Nothing in Visual Basic).; otherwise, false (0).
Implementa
Osservazioni
This member is virtual.