SqlHierarchyId.Null 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 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