Udostępnij przez


Właściwość AggregationDesignAttribute.Parent

Pobiera Cube obiekt, który jest elementem nadrzędnym AggregationDesignAttribute obiektu.

Przestrzeń nazw:  Microsoft.AnalysisServices
Zestaw:  Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)

Składnia

'Deklaracja
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As AggregationDesignDimension
    Get
'Użycie
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