PerspectiveMeasure クラス

定義

PerspectiveMeasureGroup 要素のメジャーに関する情報を表します。 このクラスは継承できません。

[System.Runtime.InteropServices.Guid("D739F326-6B36-4683-B859-DE64F230F422")]
public sealed class PerspectiveMeasure : Microsoft.AnalysisServices.ModelComponent, ICloneable
[<System.Runtime.InteropServices.Guid("D739F326-6B36-4683-B859-DE64F230F422")>]
type PerspectiveMeasure = class
    inherit ModelComponent
    interface ICloneable
Public NotInheritable Class PerspectiveMeasure
Inherits ModelComponent
Implements ICloneable
継承
PerspectiveMeasure
属性
実装

コンストラクター

PerspectiveMeasure()

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

PerspectiveMeasure(String)

指定したメジャーを使用して PerspectiveMeasure の新しいインスタンスを初期化します。

プロパティ

Annotations

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

(継承元 ModelComponent)
FriendlyName

ModelComponent の表示名を取得します。

(継承元 ModelComponent)
KeyForCollection

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

(継承元 ModelComponent)
Measure

PerspectiveMeasure オブジェクトに関連付けられている Measure オブジェクトを取得します。

MeasureID

PerspectiveMeasure オブジェクトに関連付けられたメジャーを取得または設定します。

OwningCollection

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

(継承元 ModelComponent)
Parent

PerspectiveMeasure オブジェクトの親 PerspectiveMeasureGroup オブジェクトを取得します。

ParentCube

PerspectiveMeasure オブジェクトの親 Cube オブジェクトを取得します。

ParentDatabase

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

ParentPerspective

PerspectiveMeasure オブジェクトの親 Perspective オブジェクトを取得します。

ParentServer

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

メソッド

AddToContainer(IContainer)

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

(継承元 ModelComponent)
AfterInsert(Int32)

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

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

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

(継承元 ModelComponent)
AfterRemove(ModelComponentCollection)

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

(継承元 ModelComponent)
BeforeRemove(Boolean)

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

(継承元 ModelComponent)
Clone()

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

CopyTo(ModelComponent)

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

(継承元 ModelComponent)
CopyTo(PerspectiveMeasure)

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

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)

PerspectiveMeasure が有効かどうかを判断します。

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

ICloneable.Clone()

PerspectiveMeasureGroup 要素のメジャーに関する情報を表します。 このクラスは継承できません。

IHostableComponent.Host

PerspectiveMeasureGroup 要素のメジャーに関する情報を表します。 このクラスは継承できません。

(継承元 ModelComponent)
IModelComponent.FriendlyPath

PerspectiveMeasureGroup 要素のメジャーに関する情報を表します。 このクラスは継承できません。

(継承元 ModelComponent)
IModelComponent.OwningCollection

PerspectiveMeasureGroup 要素のメジャーに関する情報を表します。 このクラスは継承できません。

(継承元 ModelComponent)

適用対象