次の方法で共有


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