Command Constructors

Definition

Overloads

Command()

Initializes a new instance of Command using the default values.

Command(String)

Initializes a new instance of the Command class using the specified text.

Command()

Initializes a new instance of Command using the default values.

public Command ();
Public Sub New ()

Applies to

Command(String)

Initializes a new instance of the Command class using the specified text.

public Command (string text);
new Microsoft.AnalysisServices.Command : string -> Microsoft.AnalysisServices.Command
Public Sub New (text As String)

Parameters

text
String

A string containing the text for the command.

Applies to