AggregationDimension.ParentAggregationDesign Property
Gets the parent AggregationDesign object of an AggregationDimension.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Синтаксис
'Декларация
<XmlIgnoreAttribute> _
<BrowsableAttribute(False)> _
Public ReadOnly Property ParentAggregationDesign As AggregationDesign
[XmlIgnoreAttribute]
[BrowsableAttribute(false)]
public AggregationDesign ParentAggregationDesign { get; }
[XmlIgnoreAttribute]
[BrowsableAttribute(false)]
public:
property AggregationDesign^ ParentAggregationDesign {
AggregationDesign^ get ();
}
/** @property */
public AggregationDesign get_ParentAggregationDesign ()
public function get ParentAggregationDesign () : AggregationDesign
Значение свойства
An AggregationDesign object.
Замечания
An AggregationDesign object defines a set of aggregation definitions that can be shared across multiple partitions in a database.
Синхронизация потоков
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.
См. также
Справочник
AggregationDimension Class
AggregationDimension Members
Microsoft.AnalysisServices Namespace