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