共用方式為


Aggregation.Parent 屬性

Gets the parent AggregationDesign object for the current Aggregation object.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As AggregationDesign 
    Get
'用途
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

屬性值

型別:Microsoft.AnalysisServices.AggregationDesign
The parent AggregationDesign object.

請參閱

參考

Aggregation 類別

Microsoft.AnalysisServices 命名空間