SqlHierarchyId.IsNull Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value indicating whether the SqlHierarchyId is 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
Property Value
Boolean representing true (1) if the SqlHierarchyId node is null; otherwise, false (0).
Implements
- Attributes