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