SqlHierarchyId.Null Property

Definition

Gets a SqlHierarchyId with a hierarchy identification of null.

public static Microsoft.SqlServer.Types.SqlHierarchyId Null { [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)>]
static member Null : Microsoft.SqlServer.Types.SqlHierarchyId
Public Shared ReadOnly Property Null As SqlHierarchyId

Property Value

SqlHierarchyId with a value of null.

Attributes

Applies to