Parent プロパティ
現在の Aggregation オブジェクトに対する親 AggregationDesign オブジェクトを取得します。
名前空間: 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
親である AggregationDesign オブジェクトです。