次の方法で共有


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

先頭に戻る

プロパティ

  名前 説明
パブリック プロパティ 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 から継承されています。)

先頭に戻る

イベント

  名前 説明
パブリック イベント CollectionChanged インフラストラクチャです。
パブリック イベント CollectionChanging インフラストラクチャです。

先頭に戻る

説明

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