CubeHierarchy クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
キューブの階層の詳細を定義します。 このクラスは継承できません。
[System.Runtime.InteropServices.Guid("91C12D80-3018-4e79-AB9B-3DA2A2EFE79B")]
public sealed class CubeHierarchy : Microsoft.AnalysisServices.ModelComponent, ICloneable
[<System.Runtime.InteropServices.Guid("91C12D80-3018-4e79-AB9B-3DA2A2EFE79B")>]
type CubeHierarchy = class
inherit ModelComponent
interface ICloneable
Public NotInheritable Class CubeHierarchy
Inherits ModelComponent
Implements ICloneable
- 継承
- 属性
- 実装
コンストラクター
CubeHierarchy() |
既定値を使用して CubeHierarchy クラスの新しいインスタンスを初期化します。 |
CubeHierarchy(String) |
指定した階層識別子を使って、CubeHierarchy の新しいインスタンスを初期化します。 |
プロパティ
Annotations |
カスタム データを格納できるコレクションを取得します。 (継承元 ModelComponent) |
Enabled |
CubeHierarchy オブジェクトの有効状態を取得または設定します。 |
FriendlyName |
ModelComponent の表示名を取得します。 (継承元 ModelComponent) |
Hierarchy |
CubeHierarchy オブジェクトに関連付けられた階層を取得します。 |
HierarchyID |
CubeHierarchy オブジェクトに関連付けられた階層の識別子を取得または設定します。 |
KeyForCollection |
コレクションで使用されているキーを取得します。 (継承元 ModelComponent) |
OptimizedState |
関連付けられた CubeHierarchy オブジェクトの最適化状態を取得または設定します。 |
OwningCollection |
ModelComponent を格納するコレクションを取得または設定します。 (継承元 ModelComponent) |
Parent |
CubeHierarchy オブジェクトの親 CubeDimension オブジェクトを取得します。 |
ParentCube |
CubeHierarchy オブジェクトの親 Cube オブジェクトを取得します。 |
ParentDatabase |
CubeHierarchy オブジェクトの親 Database オブジェクトを取得します。 |
ParentServer |
CubeHierarchy オブジェクトの親 Server オブジェクトを取得します。 |
Visible |
CubeHierarchy オブジェクトの表示プロパティを取得または設定します。 |
メソッド
AddToContainer(IContainer) |
ModelComponent オブジェクトを指定したコンテナーに追加します。 (継承元 ModelComponent) |
AfterInsert(Int32) |
指定のインデックスに追加した後、ModelComponent オブジェクトを表示します。 (継承元 ModelComponent) |
AfterMove(Int32, Int32) |
指定のインデックスに移動した後、ModelComponent オブジェクトを表示します。 (継承元 ModelComponent) |
AfterRemove(ModelComponentCollection) |
ModelComponent オブジェクトを削除した後、ModelComponentCollection を表示します。 (継承元 ModelComponent) |
BeforeRemove(Boolean) |
クリーンアップする前に ModelComponent オブジェクトを削除します。 (継承元 ModelComponent) |
Clone() |
オブジェクトの複製を返します。 |
CopyTo(CubeHierarchy) |
このオブジェクトの内容を別のオブジェクト (コピー先) にコピーします。 |
CopyTo(ModelComponent) |
指定したオブジェクトに ModelComponent オブジェクトをコピーします。 (継承元 ModelComponent) |
RemoveFromContainer(IContainer) |
指定したコンテナーから ModelComponent オブジェクトを削除します。 (継承元 ModelComponent) |
Reset() |
コンポーネントを初期状態にリセットします。 (継承元 ModelComponent) |
Submit() |
ModelComponent オブジェクトを送信します。 (継承元 ModelComponent) |
Submit(Boolean) |
ModelComponent オブジェクトを送信します。 (継承元 ModelComponent) |
ToString() |
現在のオブジェクトを表す文字列を返します。 (継承元 ModelComponent) |
Validate(ValidationErrorCollection) |
追加先の要素を検証します。コレクション内で検出されたエラーが返されます。 (継承元 ModelComponent) |
Validate(ValidationErrorCollection, Boolean) |
追加先の要素を検証します。コレクション内で検出されたエラーが返されます。 パラメーターを使って、詳細なエラー情報を返すように指定できます。 (継承元 ModelComponent) |
Validate(ValidationErrorCollection, Boolean, ServerEdition) |
CubeHierarchy が有効かどうかを示します。 |
明示的なインターフェイスの実装
ICloneable.Clone() |
キューブの階層の詳細を定義します。 このクラスは継承できません。 |
IHostableComponent.Host |
キューブの階層の詳細を定義します。 このクラスは継承できません。 (継承元 ModelComponent) |
IModelComponent.FriendlyPath |
キューブの階層の詳細を定義します。 このクラスは継承できません。 (継承元 ModelComponent) |
IModelComponent.OwningCollection |
キューブの階層の詳細を定義します。 このクラスは継承できません。 (継承元 ModelComponent) |