Propriété AggregationDesignDimension.Parent
Gets the measure group object that is the parent of the AggregationDesignDimension object.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As AggregationDesign
Get
'Utilisation
Dim instance As AggregationDesignDimension
Dim value As AggregationDesign
value = instance.Parent
[BrowsableAttribute(false)]
public AggregationDesign Parent { get; }
[BrowsableAttribute(false)]
public:
property AggregationDesign^ Parent {
AggregationDesign^ get ();
}
[<BrowsableAttribute(false)>]
member Parent : AggregationDesign
function get Parent () : AggregationDesign
Valeur de propriété
Type : Microsoft.AnalysisServices.AggregationDesign
A measure group object.