Sdílet prostřednictvím


PerspectiveAction Constructors

Definition

Overloads

PerspectiveAction()

Initializes a new instance of the PerspectiveAction class using default values.

PerspectiveAction(String)

Initializes a new instance of the PerspectiveAction by using the specified action.

PerspectiveAction()

Initializes a new instance of the PerspectiveAction class using default values.

public PerspectiveAction();
Public Sub New ()

Applies to

PerspectiveAction(String)

Initializes a new instance of the PerspectiveAction by using the specified action.

public PerspectiveAction(string actionId);
new Microsoft.AnalysisServices.PerspectiveAction : string -> Microsoft.AnalysisServices.PerspectiveAction
Public Sub New (actionId As String)

Parameters

actionId
String

A String that contains a unique identifier for the Action.

Applies to