MeasureGroupDimension.Parent 속성

Gets the MeasureGroup object that is the parent of the MeasureGroupDimension object.

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

구문

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

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

속성 값

유형: Microsoft.AnalysisServices.MeasureGroup
The MeasureGroup object.

참고 항목

참조

MeasureGroupDimension 클래스

Microsoft.AnalysisServices 네임스페이스