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