次の方法で共有


Parent プロパティ

AggregationDimension オブジェクトの親である Aggregation オブジェクトを取得します。

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As Aggregation
    Get
'使用
Dim instance As AggregationDimension
Dim value As Aggregation

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

プロパティ値

型: Microsoft.AnalysisServices. . :: . .Aggregation
Aggregation オブジェクトです。