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 から継承されています。) |
先頭に戻る