Propriedade do RDL AggregationDimension.Parent
Gets the Aggregation object that is the parent of the AggregationDimension object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As Aggregation
Get
'Uso
Dim instance As AggregationDimension
Dim value As Aggregation
value = instance.Parent
[BrowsableAttribute(false)]
public Aggregation Parent { get; }
[BrowsableAttribute(false)]
public:
property Aggregation^ Parent {
Aggregation^ get ();
}
[<BrowsableAttribute(false)>]
member Parent : Aggregation
function get Parent () : Aggregation
Valor da propriedade
Tipo: Microsoft.AnalysisServices.Aggregation
An Aggregation object.