次の方法で共有


INamedComponentCollection インターフェイス

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

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

構文

'宣言
<GuidAttribute("663B8189-4FAF-48ef-A447-394B615D45F0")> _
Public Interface INamedComponentCollection _
    Inherits IModelComponentCollection, ICollection, IEnumerable
'使用
Dim instance As INamedComponentCollection
[GuidAttribute("663B8189-4FAF-48ef-A447-394B615D45F0")]
public interface INamedComponentCollection : IModelComponentCollection, 
    ICollection, IEnumerable
[GuidAttribute(L"663B8189-4FAF-48ef-A447-394B615D45F0")]
public interface class INamedComponentCollection : IModelComponentCollection, 
    ICollection, IEnumerable
[<GuidAttribute("663B8189-4FAF-48ef-A447-394B615D45F0")>]
type INamedComponentCollection =  
    interface
        interface IModelComponentCollection
        interface ICollection
        interface IEnumerable
    end
public interface INamedComponentCollection extends IModelComponentCollection, ICollection, IEnumerable

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

プロパティ

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

先頭に戻る

メソッド

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

先頭に戻る