다음을 통해 공유


Dimension.IsParentChild 속성

Gets a true value if current dimension is of ParentChild type.

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

구문

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

value = instance.IsParentChild
[BrowsableAttribute(false)]
public bool IsParentChild { get; }
[BrowsableAttribute(false)]
public:
property bool IsParentChild {
    bool get ();
}
[<BrowsableAttribute(false)>]
member IsParentChild : bool
function get IsParentChild () : boolean

속성 값

유형: System.Boolean
true if the dimension is linked; otherwise, false.

참고 항목

참조

Dimension 클래스

Microsoft.AnalysisServices 네임스페이스