Share via


DataItem.Parent 속성

Gets the parent object of current DataItem.

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

구문

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

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

속성 값

유형: Microsoft.AnalysisServices.IModelComponent
The parent object of current DataItem.

참고 항목

참조

DataItem 클래스

Microsoft.AnalysisServices 네임스페이스