Propriedade do RDL AggregationDesignDimension.Parent
Gets the measure group object that is the parent of the AggregationDesignDimension object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As AggregationDesign
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.AnalysisServices.AggregationDesign
A measure group object.