AggregationDimension.ParentAggregationDesign Property
Gets the parent AggregationDesign object of an AggregationDimension.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Sintaxis
'Declaración
<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
Valor de propiedad
An AggregationDesign object.
Notas
An AggregationDesign object defines a set of aggregation definitions that can be shared across multiple partitions in a database.
Seguridad para subprocesos
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.
Plataformas
Plataformas de desarrollo
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Plataformas de destino
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Vea también
Referencia
AggregationDimension Class
AggregationDimension Members
Microsoft.AnalysisServices Namespace