AggregationDesignDimension.Parent 屬性
Gets the measure group object that is the parent of the AggregationDesignDimension object.
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As AggregationDesign
Get
'用途
Dim instance As AggregationDesignDimension
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
A measure group object.