ModelComponentCollection クラス
ModelComponent オブジェクトのコレクションが含まれます。
継承階層
System. . :: . .Object
Microsoft.AnalysisServices..::..ModelComponentCollection
詳細情報...
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
<GuidAttribute("74BB3312-550A-4f1f-BECF-80422AC163C6")> _
Public MustInherit Class ModelComponentCollection _
Implements IModelComponentCollection, IList, ICollection, IEnumerable, _
IOnDemandLoadableCollection
'使用
Dim instance As ModelComponentCollection
[GuidAttribute("74BB3312-550A-4f1f-BECF-80422AC163C6")]
public abstract class ModelComponentCollection : IModelComponentCollection,
IList, ICollection, IEnumerable, IOnDemandLoadableCollection
[GuidAttribute(L"74BB3312-550A-4f1f-BECF-80422AC163C6")]
public ref class ModelComponentCollection abstract : IModelComponentCollection,
IList, ICollection, IEnumerable, IOnDemandLoadableCollection
[<AbstractClassAttribute>]
[<GuidAttribute("74BB3312-550A-4f1f-BECF-80422AC163C6")>]
type ModelComponentCollection =
class
interface IModelComponentCollection
interface IList
interface ICollection
interface IEnumerable
interface IOnDemandLoadableCollection
end
public abstract class ModelComponentCollection implements IModelComponentCollection, IList, ICollection, IEnumerable, IOnDemandLoadableCollection
ModelComponentCollection 型は、以下のメンバーを公開しています。
プロパティ
名前 | 説明 | |
---|---|---|
Count | ModelComponentCollection に含まれる ModelComponent オブジェクトの数を取得します。 | |
DemandLoadingService | インフラストラクチャです。 | |
IsFixedSize | ModelComponentCollection が固定サイズかどうかを示す値を取得します。 | |
IsReadOnly | ModelComponentCollection が読み取り専用かどうかを示す値を取得します。 | |
IsSynchronized | ModelComponentCollection へのアクセスが同期されるかどうか (スレッドセーフかどうか) を示す値を取得します。 | |
Item | 指定したインデックスにある IModelComponent を取得します。 | |
ItemsType | ModelComponentCollection に含まれる可能性のあるオブジェクトの Type を取得します。 | |
Parent | ModelComponentCollection を含む IModelComponent を取得します。 | |
Preloadable | インフラストラクチャです。 | |
SyncRoot | ModelComponentCollection へのアクセスの同期に使用できるオブジェクトを取得します。 |
先頭に戻る
メソッド
名前 | 説明 | |
---|---|---|
Add(ModelComponent) | インフラストラクチャです。 | |
Add(String, IModelComponent) | ||
Add(ModelComponent, Boolean) | インフラストラクチャです。 | |
Add(String, IModelComponent, Boolean) | ||
AddNew(String, Type) | インフラストラクチャです。 | |
AddNew(String, String, Type) | インフラストラクチャです。 | |
CanAdd | インフラストラクチャです。 | |
ChangeKey | インフラストラクチャです。 | |
Clear | すべての要素を ModelComponentCollection から削除します。 | |
Contains(String) | 指定したキーを持つアイテムが ModelComponentCollection に存在するかどうかを示します。 | |
Contains(IModelComponent) | ||
CopyTo | 1 次元の Array に ModelComponentCollection 全体をコピーします。その際、コピー対象の配列の指定したインデックスからコピーを開始します。 | |
EnsureLoaded | インフラストラクチャです。 | |
Equals | (Object から継承されています。) | |
Finalize | (Object から継承されています。) | |
GetEnumerator | ModelComponentCollection を繰り返し処理できる列挙子を返します。 | |
GetHashCode | (Object から継承されています。) | |
GetItem | 指定したコンポーネントへの参照を取得します。 | |
GetType | (Object から継承されています。) | |
IndexOf(String) | ModelComponentCollection において指定したキーを持つ IModelComponent の最初の発生の、0 から始まるインデックスを返します。 | |
IndexOf(IModelComponent) | ||
Insert(Int32, ModelComponent) | インフラストラクチャです。 | |
Insert(IModelComponent, String, Int32) | ||
Insert(IModelComponent, String, Int32, Boolean) | ||
MemberwiseClone | (Object から継承されています。) | |
Remove | ||
RemoveAt(Int32) | 指定したインデックスにある IModelComponent を ModelComponentCollection から削除します。 | |
RemoveAt(Int32, Boolean) | インフラストラクチャです。 | |
ToString | (Object から継承されています。) |
先頭に戻る
明示的なインターフェイスの実装
先頭に戻る
説明
ModelComponentCollection 抽象クラスは、分析管理オブジェクト (AMO) の他のコレクション クラスによって継承されます。
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。
継承階層
System. . :: . .Object
Microsoft.AnalysisServices..::..ModelComponentCollection
Microsoft.AnalysisServices. . :: . .AccountCollection
Microsoft.AnalysisServices. . :: . .AggregationAttributeCollection
Microsoft.AnalysisServices. . :: . .AggregationDesignAttributeCollection
Microsoft.AnalysisServices. . :: . .AggregationDesignDimensionCollection
Microsoft.AnalysisServices. . :: . .AggregationDimensionCollection
Microsoft.AnalysisServices. . :: . .AggregationInstanceAttributeCollection
Microsoft.AnalysisServices. . :: . .AggregationInstanceDimensionCollection
Microsoft.AnalysisServices. . :: . .AggregationInstanceMeasureCollection
Microsoft.AnalysisServices. . :: . .AttributePermissionCollection
Microsoft.AnalysisServices. . :: . .AttributeRelationshipCollection
Microsoft.AnalysisServices. . :: . .CalculationPropertyCollection
Microsoft.AnalysisServices. . :: . .CellPermissionCollection
Microsoft.AnalysisServices. . :: . .CubeAttributeCollection
Microsoft.AnalysisServices. . :: . .CubeDimensionPermissionCollection
Microsoft.AnalysisServices. . :: . .CubeHierarchyCollection
Microsoft.AnalysisServices. . :: . .MeasureGroupAttributeCollection
Microsoft.AnalysisServices. . :: . .MeasureGroupDimensionCollection
Microsoft.AnalysisServices. . :: . .NamedComponentCollection
Microsoft.AnalysisServices. . :: . .PerspectiveActionCollection
Microsoft.AnalysisServices. . :: . .PerspectiveAttributeCollection
Microsoft.AnalysisServices. . :: . .PerspectiveCalculationCollection
Microsoft.AnalysisServices. . :: . .PerspectiveDimensionCollection
Microsoft.AnalysisServices. . :: . .PerspectiveHierarchyCollection
Microsoft.AnalysisServices. . :: . .PerspectiveKpiCollection
Microsoft.AnalysisServices. . :: . .PerspectiveMeasureCollection
Microsoft.AnalysisServices. . :: . .PerspectiveMeasureGroupCollection
Microsoft.AnalysisServices. . :: . .TranslationCollection