Compartir a través de


SqlHierarchyId.IsNull (Propiedad)

 

Obtiene un valor que indica si SqlHierarchyId es null.

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

Sintaxis

public bool IsNull {
    [SqlMethodAttribute(DataAccess = DataAccessKind.None, SystemDataAccess = SystemDataAccessKind.None, 
        IsDeterministic = true, IsPrecise = true, IsMutator = false)]
    get;
}
public:
property bool IsNull {
    [SqlMethodAttribute(DataAccess = DataAccessKind::None, SystemDataAccess = SystemDataAccessKind::None, 
        IsDeterministic = true, IsPrecise = true, IsMutator = false)]
    virtual bool get() sealed;
}
abstract IsNull : bool with get
override IsNull : bool with get
Public ReadOnly Property IsNull As Boolean

Valor de propiedad

Type: System.Boolean

Valor Boolean que es true (1) si el nodo SqlHierarchyId es null; en caso contrario, es false (0).

Implementaciones

INullable.IsNull

Comentarios

Este miembro es virtual.

Vea también

SqlHierarchyId (Estructura)
Microsoft.SqlServer.Types (Espacio de nombres)

Volver al principio