Hierarchy.Name Property
Gets the name of the Hierarchy.
Пространство имен: Microsoft.AnalysisServices.AdomdServer
Сборка: msmgdsrv (in msmgdsrv.dll)
Синтаксис
'Декларация
Public Overrides NotOverridable ReadOnly Property Name As String
public override sealed string Name { get; }
public:
virtual property String^ Name {
String^ get () override sealed;
}
/** @property */
public final String get_Name ()
public override final function get Name () : String
Значение свойства
A String that contains the name of the Hierarchy.
Замечания
The Name property returns the name of the Hierarchy. To get the unique name of a Hierarchy, use the UniqueName property.
Синхронизация потоков
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
Hierarchy Class
Hierarchy Members
Microsoft.AnalysisServices.AdomdServer Namespace