SqlHierarchyId.Null Property

Gets a SqlHierarchyId with a hierarchy identification of nulla null reference (Nothing in Visual Basic).

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

Syntax

'Declaration
Public Shared ReadOnly Property Null As SqlHierarchyId
    Get
'Usage
Dim value As SqlHierarchyId

value = SqlHierarchyId.Null
public static SqlHierarchyId Null { get; }
public:
static property SqlHierarchyId Null {
    SqlHierarchyId get ();
}
static member Null : SqlHierarchyId
static function get Null () : SqlHierarchyId

Property Value

Type: Microsoft.SqlServer.Types.SqlHierarchyId
SqlHierarchyId with a value of nulla null reference (Nothing in Visual Basic).

Remarks

This member is static.

See Also

Reference

SqlHierarchyId Structure

Microsoft.SqlServer.Types Namespace