MeasureGroupAttribute.ParentMeasureGroup 属性
Gets the MeasureGroup object that is the parent of the MeasureGroupAttribute object.
命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)
语法
声明
<BrowsableAttribute(False)> _
Public ReadOnly Property ParentMeasureGroup As MeasureGroup
Get
用法
Dim instance As MeasureGroupAttribute
Dim value As MeasureGroup
value = instance.ParentMeasureGroup
[BrowsableAttribute(false)]
public MeasureGroup ParentMeasureGroup { get; }
[BrowsableAttribute(false)]
public:
property MeasureGroup^ ParentMeasureGroup {
MeasureGroup^ get ();
}
[<BrowsableAttribute(false)>]
member ParentMeasureGroup : MeasureGroup
function get ParentMeasureGroup () : MeasureGroup
属性值
类型:Microsoft.AnalysisServices.MeasureGroup
A MeasureGroup object.