次の方法で共有


CubeHierarchyCollection クラス

CubeHierarchy オブジェクトのコレクションが含まれます。このクラスは継承できません。

継承階層

System. . :: . .Object
  Microsoft.AnalysisServices. . :: . .ModelComponentCollection
    Microsoft.AnalysisServices..::..CubeHierarchyCollection

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
<GuidAttribute("76B25468-4425-4020-8BD7-2C20C4BE089F")> _
Public NotInheritable Class CubeHierarchyCollection _
    Inherits ModelComponentCollection
'使用
Dim instance As CubeHierarchyCollection
[GuidAttribute("76B25468-4425-4020-8BD7-2C20C4BE089F")]
public sealed class CubeHierarchyCollection : ModelComponentCollection
[GuidAttribute(L"76B25468-4425-4020-8BD7-2C20C4BE089F")]
public ref class CubeHierarchyCollection sealed : public ModelComponentCollection
[<SealedAttribute>]
[<GuidAttribute("76B25468-4425-4020-8BD7-2C20C4BE089F")>]
type CubeHierarchyCollection =  
    class
        inherit ModelComponentCollection
    end
public final class CubeHierarchyCollection extends ModelComponentCollection

CubeHierarchyCollection 型は、以下のメンバーを公開しています。

プロパティ

  名前 説明
パブリック プロパティ Count ModelComponentCollection に含まれる ModelComponent オブジェクトの数を取得します。 (ModelComponentCollection から継承されています。)
プロテクト プロパティ DemandLoadingService インフラストラクチャです。 (ModelComponentCollection から継承されています。)
パブリック プロパティ IsFixedSize ModelComponentCollection が固定サイズかどうかを示す値を取得します。 (ModelComponentCollection から継承されています。)
パブリック プロパティ IsReadOnly ModelComponentCollection が読み取り専用かどうかを示す値を取得します。 (ModelComponentCollection から継承されています。)
パブリック プロパティ IsSynchronized ModelComponentCollection へのアクセスが同期されるかどうか (スレッドセーフかどうか) を示す値を取得します。 (ModelComponentCollection から継承されています。)
パブリック プロパティ Item[ ( [ ( Int32] ) ] ) 指定したインデックスにある CubeHierarchy をコレクションから取得します。
パブリック プロパティ Item[ ( [ ( String] ) ] ) 指定した識別子の CubeHierarchy をコレクションから取得します。
プロテクト プロパティ ItemsType ModelComponentCollection に含まれる可能性のあるオブジェクトの Type を取得します。 (ModelComponentCollection から継承されています。)
パブリック プロパティ Parent ModelComponentCollection を含む IModelComponent を取得します。 (ModelComponentCollection から継承されています。)
プロテクト プロパティ Preloadable インフラストラクチャです。 (ModelComponentCollection から継承されています。)
パブリック プロパティ SyncRoot ModelComponentCollection へのアクセスの同期に使用できるオブジェクトを取得します。 (ModelComponentCollection から継承されています。)

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Add(String) 指定した識別子の CubeHierarchy を作成し、コレクションの末尾に追加します。
パブリック メソッド Add(CubeHierarchy) CubeHierarchy をコレクションの末尾に追加します。
プロテクト メソッド Add(ModelComponent) インフラストラクチャです。 (ModelComponentCollection から継承されています。)
パブリック メソッド Add(String, Boolean) 指定した識別子の CubeHierarchy を作成し、コレクションの末尾に追加します。
プロテクト メソッド Add(String, IModelComponent) (ModelComponentCollection から継承されています。)
プロテクト メソッド Add(ModelComponent, Boolean) インフラストラクチャです。 (ModelComponentCollection から継承されています。)
プロテクト メソッド Add(String, IModelComponent, Boolean) (ModelComponentCollection から継承されています。)
プロテクト メソッド AddNew(String, Type) インフラストラクチャです。 (ModelComponentCollection から継承されています。)
プロテクト メソッド AddNew(String, String, Type) インフラストラクチャです。 (ModelComponentCollection から継承されています。)
パブリック メソッド CanAdd インフラストラクチャです。 (ModelComponentCollection から継承されています。)
プロテクト メソッド ChangeKey インフラストラクチャです。 (ModelComponentCollection から継承されています。)
パブリック メソッド Clear すべての要素を ModelComponentCollection から削除します。 (ModelComponentCollection から継承されています。)
パブリック メソッド Contains(String) 指定した識別子の CubeHierarchy がコレクションに含まれているかどうかを示します。
パブリック メソッド Contains(CubeHierarchy) 指定した CubeHierarchy がコレクションに含まれているかどうかを示します。
プロテクト メソッド Contains(IModelComponent) (ModelComponentCollection から継承されています。)
パブリック メソッド CopyTo 1 次元の ArrayModelComponentCollection 全体をコピーします。その際、コピー対象の配列の指定したインデックスからコピーを開始します。 (ModelComponentCollection から継承されています。)
プロテクト メソッド EnsureLoaded インフラストラクチャです。 (ModelComponentCollection から継承されています。)
パブリック メソッド Equals (Object から継承されています。)
プロテクト メソッド Finalize (Object から継承されています。)
パブリック メソッド Find 指定した識別子の CubeHierarchy をコレクションから取得します。
パブリック メソッド GetEnumerator ModelComponentCollection を繰り返し処理できる列挙子を返します。 (ModelComponentCollection から継承されています。)
パブリック メソッド GetHashCode (Object から継承されています。)
プロテクト メソッド GetItem 指定したコンポーネントへの参照を取得します。 (ModelComponentCollection から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
パブリック メソッド IndexOf(String) 指定した識別子の CubeHierarchy のインデックスを取得します。
パブリック メソッド IndexOf(CubeHierarchy) 指定した CubeHierarchy のインデックスを取得します。
プロテクト メソッド IndexOf(IModelComponent) (ModelComponentCollection から継承されています。)
パブリック メソッド Insert(Int32, CubeHierarchy) CubeHierarchy をコレクション内の指定したインデックスに挿入します。
パブリック メソッド Insert(Int32, String) 指定した識別子の CubeHierarchy を作成し、コレクション内の指定したインデックスに挿入します。
プロテクト メソッド Insert(Int32, ModelComponent) インフラストラクチャです。 (ModelComponentCollection から継承されています。)
プロテクト メソッド Insert(IModelComponent, String, Int32) (ModelComponentCollection から継承されています。)
プロテクト メソッド Insert(IModelComponent, String, Int32, Boolean) (ModelComponentCollection から継承されています。)
プロテクト メソッド MemberwiseClone (Object から継承されています。)
パブリック メソッド Move(Int32, Int32) 指定した現在のインデックスにある CubeHierarchy を、コレクション内の指定した新しいインデックスに移動します。
パブリック メソッド Move(String, Int32) 指定した識別子の CubeHierarchy をコレクション内の指定したインデックスに移動します。
パブリック メソッド Move(CubeHierarchy, Int32) CubeHierarchy をコレクション内の新しいインデックスに移動します。
パブリック メソッド Remove(String) 指定した識別子の CubeHierarchy をコレクションから削除します。
パブリック メソッド Remove(CubeHierarchy) 指定した CubeHierarchy をコレクションから削除します。
プロテクト メソッド Remove(IModelComponent) (ModelComponentCollection から継承されています。)
パブリック メソッド Remove(String, Boolean)
パブリック メソッド Remove(CubeHierarchy, Boolean)
パブリック メソッド RemoveAt(Int32) 指定したインデックスにある IModelComponent を ModelComponentCollection から削除します。 (ModelComponentCollection から継承されています。)
パブリック メソッド RemoveAt(Int32, Boolean) インフラストラクチャです。 (ModelComponentCollection から継承されています。)
パブリック メソッド ToString (Object から継承されています。)

先頭に戻る

イベント

  名前 説明
パブリック イベント CollectionChanged インフラストラクチャです。 (ModelComponentCollection から継承されています。)
パブリック イベント CollectionChanging インフラストラクチャです。 (ModelComponentCollection から継承されています。)

先頭に戻る

明示的なインターフェイスの実装

  名前 説明
明示的なインターフェイスの実装プライベート メソッド IList. . :: . .Add (ModelComponentCollection から継承されています。)
明示的なインターフェイスの実装プライベート メソッド IList. . :: . .Clear (ModelComponentCollection から継承されています。)
明示的なインターフェイスの実装プライベート メソッド IList. . :: . .Contains (ModelComponentCollection から継承されています。)
明示的なインターフェイスの実装プライベート メソッド IList. . :: . .IndexOf (ModelComponentCollection から継承されています。)
明示的なインターフェイスの実装プライベート メソッド IList. . :: . .Insert (ModelComponentCollection から継承されています。)
明示的なインターフェイスの実装プライベート プロパティ IList. . :: . .Item (ModelComponentCollection から継承されています。)
明示的なインターフェイスの実装プライベート メソッド IList. . :: . .Remove (ModelComponentCollection から継承されています。)
明示的なインターフェイスの実装プライベート メソッド IList. . :: . .RemoveAt (ModelComponentCollection から継承されています。)
明示的なインターフェイスの実装プライベート メソッド IModelComponentCollection. . :: . .Contains (ModelComponentCollection から継承されています。)
明示的なインターフェイスの実装プライベート メソッド IModelComponentCollection. . :: . .Remove(IModelComponent) (ModelComponentCollection から継承されています。)
明示的なインターフェイスの実装プライベート メソッド IModelComponentCollection. . :: . .Remove(IModelComponent, Boolean) (ModelComponentCollection から継承されています。)
明示的なインターフェイスの実装プライベート メソッド IOnDemandLoadableCollection. . :: . .BlockOnDemandLoad (ModelComponentCollection から継承されています。)
明示的なインターフェイスの実装プライベート プロパティ IOnDemandLoadableCollection. . :: . .Loaded (ModelComponentCollection から継承されています。)

先頭に戻る

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。