次の方法で共有


ModelComponent.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 は明示的なインターフェイス実装の使用をサポートしていますが、新規の宣言はサポートしていません。

プロパティ値

型: Microsoft.AnalysisServices.IModelComponentCollection
現在のオブジェクトを所有するコレクションです。

実装

IModelComponent.OwningCollection

関連項目

参照

ModelComponent クラス

Microsoft.AnalysisServices 名前空間