Aggregation.Parent Propiedad
Gets the parent AggregationDesign object for the current Aggregation object.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As AggregationDesign
Get
'Uso
Dim instance As Aggregation
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 de la propiedad
Tipo: Microsoft.AnalysisServices.AggregationDesign
The parent AggregationDesign object.