Compartir a través de


AggregationDesignAttribute.ParentAggregationDesign Propiedad

Gets the AggregationDesign object that is the parent of the AggregationDesignAttribute object.

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 AggregationDesignAttribute 
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
The AggregationDesign object.

Vea también

Referencia

AggregationDesignAttribute Clase

Espacio de nombres Microsoft.AnalysisServices