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 型は、以下のメンバーを公開しています。
コンストラクター
名前 | 説明 | |
---|---|---|
ModelComponentCollection | ModelComponentCollection クラスの新しいインスタンスを初期化します。 |
先頭に戻る
プロパティ
名前 | 説明 | |
---|---|---|
Count | ModelComponentCollection に含まれる ModelComponent オブジェクトの数を取得します。 | |
DemandLoadingService | インフラストラクチャです。コレクションに対する要求に応じた読み込みサービスを取得します。 | |
IsFixedSize | ModelComponentCollection が固定サイズかどうかを示す値を取得します。 | |
IsReadOnly | ModelComponentCollection が読み取り専用かどうかを示す値を取得します。 | |
IsSynchronized | ModelComponentCollection へのアクセスが同期されるかどうか (スレッドセーフかどうか) を示す値を取得します。 | |
Item | 指定したインデックスにある IModelComponent を取得します。 | |
ItemsType | ModelComponentCollection に含まれる可能性のあるオブジェクトの Type を取得します。 | |
Parent | ModelComponentCollection を含む IModelComponent を取得します。 | |
Preloadable | インフラストラクチャです。コレクションを事前に読み込みできるかどうかを示す値を取得します。 | |
SyncRoot | ModelComponentCollection へのアクセスの同期に使用できるオブジェクトを取得します。 |
先頭に戻る
メソッド
名前 | 説明 | |
---|---|---|
Add(ModelComponent) | インフラストラクチャです。 ModelComponentCollection に ModelComponent オブジェクトを追加します。 | |
Add(String, IModelComponent) | インフラストラクチャです。 ModelComponentCollection に IModelComponent オブジェクトを追加します。 | |
Add(ModelComponent, Boolean) | インフラストラクチャです。 ModelComponentCollection に ModelComponent オブジェクトを追加します。 | |
Add(String, IModelComponent, Boolean) | インフラストラクチャです。 ModelComponentCollection に IModelComponent オブジェクトを追加します。 | |
AddNew(String, Type) | インフラストラクチャです。コレクションに新しい IModelComponent を追加します。 | |
AddNew(String, String, Type) | インフラストラクチャです。コレクションに新しい IModelComponent を追加します。 | |
CanAdd | インフラストラクチャです。ModelComponent をコレクションに追加できるかどうかを示します。 | |
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) | 指定したアイテムを検索し、コレクション内で見つかったアイテムの 0 から始まるインデックスを返します。 | |
Insert(Int32, ModelComponent) | インフラストラクチャです。ModelComponent を ModelComponentCollection に挿入します。 | |
Insert(IModelComponent, String, Int32) | インフラストラクチャです。IModelComponent を ModelComponentCollection に挿入します。 | |
Insert(IModelComponent, String, Int32, Boolean) | インフラストラクチャです。IModelComponent を ModelComponentCollection に挿入します。 | |
MemberwiseClone | (Object から継承されています。) | |
Remove | 指定した IModelComponent をコレクションから削除します。 | |
RemoveAt(Int32) | 指定したインデックスにある IModelComponent を ModelComponentCollection から削除します。 | |
RemoveAt(Int32, Boolean) | インフラストラクチャです。指定したインデックスにある IModelComponent を ModelComponentCollection から削除します。 | |
ToString | (Object から継承されています。) |
先頭に戻る
イベント
名前 | 説明 | |
---|---|---|
CollectionChanged | インフラストラクチャです。コレクションに変更が生じた場合に発生します。 | |
CollectionChanging | インフラストラクチャです。コレクションに変更が生じている場合に発生します。 |
先頭に戻る
明示的なインターフェイスの実装
名前 | 説明 | |
---|---|---|
IList.Add | コレクションにアイテムを追加します。 | |
IList.Clear | すべてのアイテムをコレクションから削除します。 | |
IList.Contains | 特定の値がコレクションに含まれているかどうかを示します。 | |
IList.IndexOf | コレクション内の特定のアイテムのインデックスを示します。 | |
IList.Insert | アイテムをコレクション内の指定したインデックスに挿入します。 | |
IList.Item | 指定されたインデックス位置の要素を取得または設定します。 | |
IList.Remove | 最初に見つかった指定のオブジェクトをコレクションから削除します。 | |
IList.RemoveAt | 指定されたインデックスにある項目を削除します。 | |
IModelComponentCollection.Contains | 特定の値がコレクションに含まれているかどうかを示します。 | |
IModelComponentCollection.Remove(IModelComponent) | ModelComponentCollection から、特定の IModelComponent の最初の発生を削除します。 | |
IModelComponentCollection.Remove(IModelComponent, Boolean) | ModelComponentCollection から、特定の IModelComponent の最初の発生を削除します。 | |
IOnDemandLoadableCollection.BlockOnDemandLoad | ブロックされる要求に応じた読み込みを指定します。 | |
IOnDemandLoadableCollection.Loaded | コレクションを読み込むかどうかを示す値を取得または設定します。 |
先頭に戻る
説明
ModelComponentCollection 抽象クラスは、分析管理オブジェクト (AMO) の他のコレクション クラスによって継承されます。
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。
関連項目
参照
Microsoft.AnalysisServices 名前空間
継承階層
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.RelationshipCollection
Microsoft.AnalysisServices.RelationshipEndAttributeCollection
Microsoft.AnalysisServices.TranslationCollection