SqlHierarchyId.IsNull Propiedad

Definición

Obtiene un valor que indica si SqlHierarchyId es null.

public bool IsNull { [Microsoft.SqlServer.Server.SqlMethod(DataAccess=Microsoft.SqlServer.Server.DataAccessKind.None, IsDeterministic=true, IsMutator=false, IsPrecise=true, SystemDataAccess=Microsoft.SqlServer.Server.SystemDataAccessKind.None)] get; }
[<get: Microsoft.SqlServer.Server.SqlMethod(DataAccess=Microsoft.SqlServer.Server.DataAccessKind.None, IsDeterministic=true, IsMutator=false, IsPrecise=true, SystemDataAccess=Microsoft.SqlServer.Server.SystemDataAccessKind.None)>]
member this.IsNull : bool
Public ReadOnly Property IsNull As Boolean

Valor de propiedad

Boolean que representa true (1) si el SqlHierarchyId nodo es NULL; de lo contrario, false (0).

Implementaciones

Atributos

Se aplica a