PerspectiveAction Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.