次の方法で共有


IModelComponentCollection インターフェイス

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

名前空間:  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 インフラストラクチャです。
パブリック プロパティ SyncRoot (ICollection から継承されています。)

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Contains インフラストラクチャです。
パブリック メソッド CopyTo (ICollection から継承されています。)
パブリック メソッド GetEnumerator (IEnumerable から継承されています。)
パブリック メソッド Remove(IModelComponent) インフラストラクチャです。
パブリック メソッド Remove(IModelComponent, Boolean) インフラストラクチャです。

先頭に戻る