AggregationDesignAttribute.ParentMeasureGroup 속성
Gets the MeasureGroup object that is the parent of the AggregationDesignAttribute object.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
구문
‘선언
<BrowsableAttribute(False)> _
Public ReadOnly Property ParentMeasureGroup As MeasureGroup
Get
‘사용 방법
Dim instance As AggregationDesignAttribute
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.