IModelComponent.OwningCollection プロパティ

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

現在のオブジェクトを所有するコレクションを取得または設定します。

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
Property OwningCollection As IModelComponentCollection 
    Get 
    Set
'使用
Dim instance As IModelComponent 
Dim value As IModelComponentCollection 

value = instance.OwningCollection

instance.OwningCollection = value
IModelComponentCollection OwningCollection { get; set; }
property IModelComponentCollection^ OwningCollection {
    IModelComponentCollection^ get ();
    void set (IModelComponentCollection^ value);
}
abstract OwningCollection : IModelComponentCollection with get, set
function get OwningCollection () : IModelComponentCollection 
function set OwningCollection (value : IModelComponentCollection)

プロパティ値

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

関連項目

参照

IModelComponent インターフェイス

Microsoft.AnalysisServices 名前空間