AdomdCommand Constructors

Definition

Overloads

AdomdCommand()

Initializes a new instance of the AdomdCommand class.

AdomdCommand(String)

Initializes a new instance of the AdomdCommand class.

AdomdCommand(String, AdomdConnection)

Initializes a new instance of the AdomdCommand class.

AdomdCommand()

Initializes a new instance of the AdomdCommand class.

public AdomdCommand ();
Public Sub New ()

Applies to

AdomdCommand(String)

Initializes a new instance of the AdomdCommand class.

public AdomdCommand (string commandText);
new Microsoft.AnalysisServices.AdomdClient.AdomdCommand : string -> Microsoft.AnalysisServices.AdomdClient.AdomdCommand
Public Sub New (commandText As String)

Parameters

commandText
String

commandText

Applies to

AdomdCommand(String, AdomdConnection)

Initializes a new instance of the AdomdCommand class.

public AdomdCommand (string commandText, Microsoft.AnalysisServices.AdomdClient.AdomdConnection connection);
new Microsoft.AnalysisServices.AdomdClient.AdomdCommand : string * Microsoft.AnalysisServices.AdomdClient.AdomdConnection -> Microsoft.AnalysisServices.AdomdClient.AdomdCommand
Public Sub New (commandText As String, connection As AdomdConnection)

Parameters

commandText
String

commandText

connection
AdomdConnection

connection

Applies to