共用方式為


IModelComponent.OwningCollection 屬性

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Private Property OwningCollection As IModelComponentCollection
    Implements IModelComponent.OwningCollection
    Get
    Set
'用途
Dim instance As ModelComponent
Dim value As IModelComponentCollection

value = CType(instance, IModelComponent).OwningCollection

CType(instance, IModelComponent).OwningCollection = value
IModelComponentCollection IModelComponent.OwningCollection { get; set; }
private:
virtual property IModelComponentCollection^ OwningCollection {
    IModelComponentCollection^ get () sealed = IModelComponent::OwningCollection::get;
    void set (IModelComponentCollection^ value) sealed = IModelComponent::OwningCollection::set;
}
private abstract OwningCollection : IModelComponentCollection with get, set
private override OwningCollection : IModelComponentCollection with get, set
JScript 支援明確介面實作的使用,但不支援新介面實作的宣告。

實作

IModelComponent. . :: . .OwningCollection