SqlHierarchyId.Null Property

 

Applies To: SQL Server 2016 Preview

Gets a SqlHierarchyId with a hierarchy identification of null.

Namespace:   Microsoft.SqlServer.Types
Assembly:  Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)

Syntax

public static SqlHierarchyId Null {
    [SqlMethodAttribute(DataAccess = DataAccessKind.None, SystemDataAccess = SystemDataAccessKind.None, 
        IsDeterministic = true, IsPrecise = true, IsMutator = false)]
    get;
}
public:
property SqlHierarchyId Null {
    [SqlMethodAttribute(DataAccess = DataAccessKind::None, SystemDataAccess = SystemDataAccessKind::None, 
        IsDeterministic = true, IsPrecise = true, IsMutator = false)]
    static SqlHierarchyId get();
}
static member Null : SqlHierarchyId with get
Public Shared ReadOnly Property Null As SqlHierarchyId

Property Value

Type: Microsoft.SqlServer.Types.SqlHierarchyId

SqlHierarchyId with a value of null.

Remarks

This member is static.

See Also

SqlHierarchyId Structure
Microsoft.SqlServer.Types Namespace

Return to top