INamedComponentCollection インターフェイス

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

指定されたオブジェクトのコレクションを格納します。

名前空間:  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 の親 IModelComponent を取得します。 (IModelComponentCollection から継承されています。)
パブリック プロパティ SyncRoot (ICollection から継承されています。)

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Contains(String) attributeId によって指定された AttributeRelationship がコレクションに含まれているかどうかを示します。
パブリック メソッド Contains(IModelComponent) インフラストラクチャです。指定した IModelComponent がコレクションに含まれているかどうかを示します。 (IModelComponentCollection から継承されています。)
パブリック メソッド ContainsName 指定された名前の AttributeRelationship がコレクションに含まれているかどうかを示します。
パブリック メソッド CopyTo (ICollection から継承されています。)
パブリック メソッド GetEnumerator (IEnumerable から継承されています。)
パブリック メソッド GetNewID() コンポーネントから新しい一意の ID を生成します。
パブリック メソッド GetNewID(String) コンポーネントから新しい一意の ID を生成します。
パブリック メソッド GetNewName() namePrefix で始まる新しい連番付きの名前の作成をサポートします。
パブリック メソッド GetNewName(String) namePrefix で始まる新しい連番付きの名前の作成をサポートします。
パブリック メソッド Remove(IModelComponent) インフラストラクチャです。IModelComponent をコレクションから削除します。 (IModelComponentCollection から継承されています。)
パブリック メソッド Remove(IModelComponent, Boolean) インフラストラクチャです。IModelComponent をコレクションから削除します。 (IModelComponentCollection から継承されています。)

先頭に戻る

関連項目

参照

Microsoft.AnalysisServices 名前空間