Level.ParentDimension 속성

Gets the Dimension object that is the parent of the Level object.

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

구문

‘선언
<BrowsableAttribute(False)> _
Public ReadOnly Property ParentDimension As Dimension 
    Get
‘사용 방법
Dim instance As Level 
Dim value As Dimension 

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

속성 값

유형: Microsoft.AnalysisServices.Dimension
A Dimension object that is the parent of the Level object.

참고 항목

참조

Level 클래스

Microsoft.AnalysisServices 네임스페이스