Compartir a través de


ParentAggregation Propiedad

Gets the parent Aggregation of the current AggregationAttribute.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
<BrowsableAttribute(False)> _
Public ReadOnly Property ParentAggregation As Aggregation
    Get
'Uso
Dim instance As AggregationAttribute
Dim value As Aggregation

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

Valor de la propiedad

Tipo: Microsoft.AnalysisServices. . :: . .Aggregation
The parent Aggregation of the current AggregationAttribute.