Поделиться через


Свойство HierarchyId

The HierarchyId property is used to identify a position in a hierarchy.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public Shared ReadOnly Property HierarchyId As DataType
    Get
'Применение
Dim value As DataType

value = DataType.HierarchyId
public static DataType HierarchyId { get; }
public:
static property DataType^ HierarchyId {
    DataType^ get ();
}
static member HierarchyId : DataType
static function get HierarchyId () : DataType

Значение свойства

Тип Microsoft.SqlServer.Management.Smo. . :: . .DataType
A DataType object value that specifies a HierarchyId definition in the data type.

Замечания

Use HierarchyId to query and perform operations on hierarchical data.