Compartir a través de


SqlHierarchyId.IsNull Propiedad

Gets a value indicating whether the SqlHierarchyId is nulles una referencia NULL (Nothing en Visual Basic)..

Espacio de nombres:  Microsoft.SqlServer.Types
Ensamblado:  Microsoft.SqlServer.Types (en Microsoft.SqlServer.Types.dll)

Sintaxis

'Declaración
Public ReadOnly Property IsNull As Boolean 
    Get
'Uso
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

Valor de la propiedad

Tipo: System.Boolean
Boolean representing true (1) if the SqlHierarchyId node is nulles una referencia NULL (Nothing en Visual Basic).; otherwise, false (0).

Implementa

INullable.IsNull

Comentarios

This member is virtual.

Vea también

Referencia

SqlHierarchyId Estructura

Espacio de nombres Microsoft.SqlServer.Types