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


Свойство AttributeRelationship.ParentDimension

Gets the ParentDimension object for the current AttributeRelationship object.

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

Синтаксис

'Декларация
<BrowsableAttribute(False)> _
Public ReadOnly Property ParentDimension As Dimension 
    Get
'Применение
Dim instance As AttributeRelationship 
Dim value As Dimension 

value = instance.ParentDimension
[BrowsableAttribute(false)]
public Dimension ParentDimension { get; }
[BrowsableAttribute(false)]
public:
property Dimension^ ParentDimension {
    Dimension^ get ();
}
[<BrowsableAttribute(false)>]
member ParentDimension : Dimension
function get ParentDimension () : Dimension

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

Тип: Microsoft.AnalysisServices.Dimension
A Database object with the parent dimension.

См. также

Справочник

AttributeRelationship Класс

Пространство имен Microsoft.AnalysisServices