次の方法で共有


IModelComponentCollection インターフェイス

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

IModelComponent オブジェクトのコレクションを表します。

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

構文

'宣言
<GuidAttribute("BFF9CB56-3205-452b-B02C-C9603FCDF2C3")> _
Public Interface IModelComponentCollection _
    Inherits ICollection, IEnumerable
'使用
Dim instance As IModelComponentCollection
[GuidAttribute("BFF9CB56-3205-452b-B02C-C9603FCDF2C3")]
public interface IModelComponentCollection : ICollection, 
    IEnumerable
[GuidAttribute(L"BFF9CB56-3205-452b-B02C-C9603FCDF2C3")]
public interface class IModelComponentCollection : ICollection, 
    IEnumerable
[<GuidAttribute("BFF9CB56-3205-452b-B02C-C9603FCDF2C3")>]
type IModelComponentCollection =  
    interface 
        interface ICollection 
        interface IEnumerable 
    end
public interface IModelComponentCollection extends ICollection, IEnumerable

IModelComponentCollection 型は、以下のメンバーを公開しています。

プロパティ

  名前 説明
パブリック プロパティ Count (ICollection から継承されています。)
パブリック プロパティ IsSynchronized (ICollection から継承されています。)
パブリック プロパティ Parent インフラストラクチャです。 IModelComponentCollection の親 IModelComponent を取得します。
パブリック プロパティ SyncRoot (ICollection から継承されています。)

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Contains インフラストラクチャです。指定した IModelComponent がコレクションに含まれているかどうかを示します。
パブリック メソッド CopyTo (ICollection から継承されています。)
パブリック メソッド GetEnumerator (IEnumerable から継承されています。)
パブリック メソッド Remove(IModelComponent) インフラストラクチャです。IModelComponent をコレクションから削除します。
パブリック メソッド Remove(IModelComponent, Boolean) インフラストラクチャです。IModelComponent をコレクションから削除します。

先頭に戻る

関連項目

参照

Microsoft.AnalysisServices 名前空間