Parent 속성

Gets the IModelComponent that contains the ModelComponentCollection.

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

구문

‘선언
Public ReadOnly Property Parent As IModelComponent
    Get
‘사용 방법
Dim instance As ModelComponentCollection
Dim value As IModelComponent

value = instance.Parent
public IModelComponent Parent { get; }
public:
virtual property IModelComponent^ Parent {
    IModelComponent^ get () sealed;
}
abstract Parent : IModelComponent
override Parent : IModelComponent
final function get Parent () : IModelComponent

속성 값

형식: Microsoft.AnalysisServices. . :: . .IModelComponent
The IModelComponent that contains the ModelComponentCollection.

구현

IModelComponentCollection. . :: . .Parent