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