Partager via


Propriété AggregationAttribute.Parent

Gets the parent AggregationDimension of the current AggregationAttribute.

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

Syntaxe

'Déclaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As AggregationDimension 
    Get
'Utilisation
Dim instance As AggregationAttribute 
Dim value As AggregationDimension 

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

Valeur de propriété

Type : Microsoft.AnalysisServices.AggregationDimension
The parent AggregationDimension of the current AggregationAttribute.

Voir aussi

Référence

AggregationAttribute Classe

Espace de noms Microsoft.AnalysisServices