StandardAction 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
StandardAction() |
Initializes a new instance of the StandardAction class using default values. |
StandardAction(String, String) |
Initializes a new instance of StandardAction by using the specified name and an identifier. |
StandardAction()
Initializes a new instance of the StandardAction class using default values.
public StandardAction ();
Public Sub New ()
Applies to
StandardAction(String, String)
Initializes a new instance of StandardAction by using the specified name and an identifier.
public StandardAction (string name, string id);
new Microsoft.AnalysisServices.StandardAction : string * string -> Microsoft.AnalysisServices.StandardAction
Public Sub New (name As String, id As String)
Parameters
- name
- String
A String that contains the name of the StandardAction.
- id
- String
A String that contains a unique identifier for the StandardAction.