Compartir a través de


Parent Propiedad

Gets the Cube object that is the parent of the AggregationDesignAttribute object.

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

Sintaxis

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

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