AdomdCommand 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
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