ModelComponentCollection.Parent 속성
Gets the IModelComponent that contains the ModelComponentCollection.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
‘선언
Public ReadOnly Property Parent As IModelComponent
Get
‘사용 방법
Dim instance As ModelComponentCollection
Dim value As IModelComponent
value = instance.Parent
C#
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.