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