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