PerspectiveAction クラス

定義

Perspective 要素のアクションに関する情報を表します。 このクラスは継承できません。

[System.Runtime.InteropServices.Guid("8B2BD297-1605-4953-956C-02D342C73731")]
public sealed class PerspectiveAction : Microsoft.AnalysisServices.ModelComponent, ICloneable
[<System.Runtime.InteropServices.Guid("8B2BD297-1605-4953-956C-02D342C73731")>]
type PerspectiveAction = class
    inherit ModelComponent
    interface ICloneable
Public NotInheritable Class PerspectiveAction
Inherits ModelComponent
Implements ICloneable
継承
PerspectiveAction
属性
実装

コンストラクター

PerspectiveAction()

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

PerspectiveAction(String)

指定されたアクションを使用して、PerspectiveAction の新しいインスタンスを初期化します。

プロパティ

Action

PerspectiveAction オブジェクトに関連付けられたアクションを取得します。

ActionID

PerspectiveAction オブジェクトに関連付けられたアクションを取得または設定します。

Annotations

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

(継承元 ModelComponent)
FriendlyName

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

(継承元 ModelComponent)
KeyForCollection

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

(継承元 ModelComponent)
OwningCollection

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

(継承元 ModelComponent)
Parent

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

ParentCube

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

ParentDatabase

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

ParentServer

PerspectiveAction オブジェクトの親 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(PerspectiveAction)

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

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)

ModelComponent オブジェクトが有効かどうかを示します。

(継承元 ModelComponent)

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

ICloneable.Clone()

Perspective 要素のアクションに関する情報を表します。 このクラスは継承できません。

IHostableComponent.Host

Perspective 要素のアクションに関する情報を表します。 このクラスは継承できません。

(継承元 ModelComponent)
IModelComponent.FriendlyPath

Perspective 要素のアクションに関する情報を表します。 このクラスは継承できません。

(継承元 ModelComponent)
IModelComponent.OwningCollection

Perspective 要素のアクションに関する情報を表します。 このクラスは継承できません。

(継承元 ModelComponent)

適用対象