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.