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


DimensionAttribute.ParentServer Property

Gets the parent Server of the attribute.

Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Синтаксис

'Декларация
<XmlIgnoreAttribute> _
<BrowsableAttribute(False)> _
Public ReadOnly Property ParentServer As Server
[XmlIgnoreAttribute] 
[BrowsableAttribute(false)] 
public Server ParentServer { get; }
[XmlIgnoreAttribute] 
[BrowsableAttribute(false)] 
public:
property Server^ ParentServer {
    Server^ get ();
}
/** @property */
public Server get_ParentServer ()
public function get ParentServer () : Server

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

A Server identifying the parent Server of the attribute.

Синхронизация потоков

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.

См. также

Справочник

DimensionAttribute Class
DimensionAttribute Members
Microsoft.AnalysisServices Namespace