Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.