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) | インフラストラクチャです。 |
先頭に戻る