Action Constructors

Definition

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.

Applies to