PerspectiveMeasure.Parent 속성

Gets the parent of the PerspectiveMeasure object.

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

구문

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

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

속성 값

유형: Microsoft.AnalysisServices.PerspectiveMeasureGroup
A PerspectiveMeasureGroup object.

참고 항목

참조

PerspectiveMeasure 클래스

Microsoft.AnalysisServices 네임스페이스