次の方法で共有


ModelComponent.OwningCollection プロパティ

ModelComponent を格納するコレクションを取得します。値の設定も可能です。

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

構文

'宣言
<BrowsableAttribute(False)> _
Public Property OwningCollection As ModelComponentCollection 
    Get 
    Set
'使用
Dim instance As ModelComponent 
Dim value As ModelComponentCollection 

value = instance.OwningCollection

instance.OwningCollection = value
[BrowsableAttribute(false)]
public ModelComponentCollection OwningCollection { get; set; }
[BrowsableAttribute(false)]
public:
property ModelComponentCollection^ OwningCollection {
    ModelComponentCollection^ get ();
    void set (ModelComponentCollection^ value);
}
[<BrowsableAttribute(false)>]
member OwningCollection : ModelComponentCollection with get, set
function get OwningCollection () : ModelComponentCollection 
function set OwningCollection (value : ModelComponentCollection)

プロパティ値

型: Microsoft.AnalysisServices.ModelComponentCollection
OwningCollection を格納するコレクションです。

関連項目

参照

ModelComponent クラス

Microsoft.AnalysisServices 名前空間