Compartir a través de


AggregationDimension.ParentAggregationDesign Propiedad

Gets the parent AggregationDesign object of an AggregationDimension.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
<BrowsableAttribute(False)> _
Public ReadOnly Property ParentAggregationDesign As AggregationDesign 
    Get
'Uso
Dim instance As AggregationDimension 
Dim value As AggregationDesign 

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

Valor de la propiedad

Tipo: Microsoft.AnalysisServices.AggregationDesign
An AggregationDesign object.

Comentarios

An AggregationDesign object defines a set of aggregation definitions that can be shared across multiple partitions in a database.

Vea también

Referencia

AggregationDimension Clase

Espacio de nombres Microsoft.AnalysisServices