Propriété AggregationDesignAttribute.ParentAggregationDesign

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

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
<BrowsableAttribute(False)> _
Public ReadOnly Property ParentAggregationDesign As AggregationDesign 
    Get
'Utilisation
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

Valeur de propriété

Type : Microsoft.AnalysisServices.AggregationDesign
The AggregationDesign object.

Voir aussi

Référence

AggregationDesignAttribute Classe

Espace de noms Microsoft.AnalysisServices