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