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


Свойство Aggregation.Parent

Gets the parent AggregationDesign object for the current Aggregation object.

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

Синтаксис

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

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

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

Тип: Microsoft.AnalysisServices.AggregationDesign
The parent AggregationDesign object.

См. также

Справочник

Aggregation Класс

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