ParentAggregation プロパティ
現在の AggregationAttribute の親 Aggregation を取得します。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
<BrowsableAttribute(False)> _
Public ReadOnly Property ParentAggregation As Aggregation
Get
'使用
Dim instance As AggregationAttribute
Dim value As Aggregation
value = instance.ParentAggregation
[BrowsableAttribute(false)]
public Aggregation ParentAggregation { get; }
[BrowsableAttribute(false)]
public:
property Aggregation^ ParentAggregation {
Aggregation^ get ();
}
[<BrowsableAttribute(false)>]
member ParentAggregation : Aggregation
function get ParentAggregation () : Aggregation
プロパティ値
型: Microsoft.AnalysisServices. . :: . .Aggregation
現在の AggregationAttribute の親 Aggregation です。