StandardAction Constructors

Definition

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.

Applies to