MeasureGroupAttribute.Parent 속성

Gets the measure group object that is the parent of the MeasureGroupAttribute object.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As MeasureGroupDimension 
    Get
‘사용 방법
Dim instance As MeasureGroupAttribute 
Dim value As MeasureGroupDimension 

value = instance.Parent
[BrowsableAttribute(false)]
public MeasureGroupDimension Parent { get; }
[BrowsableAttribute(false)]
public:
property MeasureGroupDimension^ Parent {
    MeasureGroupDimension^ get ();
}
[<BrowsableAttribute(false)>]
member Parent : MeasureGroupDimension
function get Parent () : MeasureGroupDimension

속성 값

유형: Microsoft.AnalysisServices.MeasureGroupDimension
A measure group object.

참고 항목

참조

MeasureGroupAttribute 클래스

Microsoft.AnalysisServices 네임스페이스