共用方式為


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
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