OwningCollection プロパティ
この API は、 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
名前空間: 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)