Свойство AggregationAttribute.Parent
Gets the parent AggregationDimension of the current AggregationAttribute.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As AggregationDimension
Get
'Применение
Dim instance As AggregationAttribute
Dim value As AggregationDimension
value = instance.Parent
[BrowsableAttribute(false)]
public AggregationDimension Parent { get; }
[BrowsableAttribute(false)]
public:
property AggregationDimension^ Parent {
AggregationDimension^ get ();
}
[<BrowsableAttribute(false)>]
member Parent : AggregationDimension
function get Parent () : AggregationDimension
Значение свойства
Тип: Microsoft.AnalysisServices.AggregationDimension
The parent AggregationDimension of the current AggregationAttribute.