Compartir a través de


Parent Propiedad

Gets the parent AggregationDimension of the current AggregationAttribute.

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

Sintaxis

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

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