Hierarchy クラス

定義

ディメンション内の階層を表します。 このクラスは継承できません。

[System.Runtime.InteropServices.Guid("DDF80B10-1300-436a-ACC8-E8EFF1AB8CB1")]
public sealed class Hierarchy : Microsoft.AnalysisServices.NamedComponent, ICloneable
[<System.Runtime.InteropServices.Guid("DDF80B10-1300-436a-ACC8-E8EFF1AB8CB1")>]
type Hierarchy = class
    inherit NamedComponent
    interface ICloneable
Public NotInheritable Class Hierarchy
Inherits NamedComponent
Implements ICloneable
継承
属性
実装

コンストラクター

Hierarchy()

既定値を使用して Hierarchy クラスの新しいインスタンスを初期化します。

Hierarchy(String)

指定された名前を使用して、Hierarchy の新しいインスタンスを初期化します。

Hierarchy(String, String)

指定された名前と識別子を使用して、Hierarchy の新しいインスタンスを初期化します。

フィールド

MaxIDLength

識別子の最大長を指定します。

(継承元 NamedComponent)
MaxNameLength

名前の最大長を指定します。

(継承元 NamedComponent)

プロパティ

AllMemberName

Hierarchy オブジェクトの all メンバーの名前のプロパティを取得します。値の設定も可能です。

AllMemberTranslations

Hierarchy オブジェクトの all メンバー変換を取得します。

AllowDuplicateNames

Hierarchy オブジェクトに重複する名前を許可するかどうかを取得します。値の設定も可能です。

Annotations

カスタム データを格納できるコレクションを取得します。

(継承元 ModelComponent)
Description

コンポーネントの説明を取得します。値の設定も可能です。

(継承元 NamedComponent)
DisplayFolder

Hierarchy オブジェクトに関連付けられている表示フォルダーを取得します。値の設定も可能です。

FriendlyName

コンポーネントのわかりやすい名前を取得します。

(継承元 NamedComponent)
ID

コンポーネントの識別子を取得または設定します。

(継承元 NamedComponent)
KeyForCollection

コレクションで使用されているキーを取得します。

(継承元 NamedComponent)
Levels

Hierarchy オブジェクトに関連付けられているレベルを取得します。

MemberKeysUnique

メンバー キーが一意である必要があるかどうかを取得または設定します。

MemberNamesUnique

Hierarchy オブジェクトに対してメンバー名が一意であるかどうかを取得します。値の設定も可能です。

Name

コンポーネントの名前を取得します。値の設定も可能です。

(継承元 NamedComponent)
OwningCollection

ModelComponent を格納するコレクションを取得または設定します。

(継承元 ModelComponent)
Parent

Hierarchy オブジェクトの親 Dimension オブジェクトを取得します。

ParentDatabase

Hierarchy オブジェクトの親 Database オブジェクトを取得します。

ParentServer

Hierarchy オブジェクトの親 Server オブジェクトを取得します。

ProcessingState

階層の処理状態を取得します。値の設定も可能です。

Site

コンポーネントに関連付けられているサイトを取得または設定します。

(継承元 NamedComponent)
SiteID

コンポーネントに関連付けられているサイトの識別子を取得または設定します。

(継承元 NamedComponent)
StructureType

現在の階層構造を取得または設定します。

Translations

Hierarchy オブジェクトに関連付けられた変換のコレクションを取得します。

VisualizationProperties

レポート ツールで高度な書式を提供するときに使用できるプロパティを取得します。値の設定も可能です。

メソッド

AddToContainer(IContainer)

ModelComponent オブジェクトを指定したコンテナーに追加します。

(継承元 ModelComponent)
AfterInsert(Int32)

指定のインデックスに追加した後、ModelComponent オブジェクトを表示します。

(継承元 ModelComponent)
AfterMove(Int32, Int32)

指定のインデックスに移動した後、ModelComponent オブジェクトを表示します。

(継承元 ModelComponent)
AfterRemove(ModelComponentCollection)

ModelComponent オブジェクトを削除した後、ModelComponentCollection を表示します。

(継承元 ModelComponent)
BeforeRemove(Boolean)

クリーンアップする前に ModelComponent オブジェクトを削除します。

(継承元 ModelComponent)
Clone()

オブジェクトの複製を返します。

CopyTo(Hierarchy)

このオブジェクトの内容を別のオブジェクト (コピー先) にコピーします。

CopyTo(ModelComponent)

指定したオブジェクトに ModelComponent オブジェクトをコピーします。

(継承元 ModelComponent)
CopyTo(NamedComponent)

NamedComponent オブジェクトを指定したオブジェクトにコピーします。

(継承元 NamedComponent)
RemoveFromContainer(IContainer)

指定したコンテナーから ModelComponent オブジェクトを削除します。

(継承元 ModelComponent)
Reset()

コンポーネントを初期状態にリセットします。

(継承元 NamedComponent)
Submit()

ModelComponent オブジェクトを送信します。

(継承元 ModelComponent)
Submit(Boolean)

ModelComponent オブジェクトを送信します。

(継承元 ModelComponent)
ToString()

名前付きコンポーネントを表す文字列を返します。

(継承元 NamedComponent)
Validate(ValidationErrorCollection)

追加先の要素を検証します。コレクション内で検出されたエラーが返されます。

(継承元 ModelComponent)
Validate(ValidationErrorCollection, Boolean)

追加先の要素を検証します。コレクション内で検出されたエラーが返されます。 パラメーターを使って、詳細なエラー情報を返すように指定できます。

(継承元 ModelComponent)
Validate(ValidationErrorCollection, Boolean, ServerEdition)

Hierarchy オブジェクトを検証します。

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

ICloneable.Clone()

ディメンション内の階層を表します。 このクラスは継承できません。

IFormattable.ToString(String, IFormatProvider)

ディメンション内の階層を表します。 このクラスは継承できません。

(継承元 NamedComponent)
IHostableComponent.Host

ディメンション内の階層を表します。 このクラスは継承できません。

(継承元 ModelComponent)
IModelComponent.FriendlyPath

ディメンション内の階層を表します。 このクラスは継承できません。

(継承元 ModelComponent)
IModelComponent.OwningCollection

ディメンション内の階層を表します。 このクラスは継承できません。

(継承元 ModelComponent)

適用対象