MsIfmxCommand 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
| MsIfmxCommand() | |
| MsIfmxCommand(MsIfmxCommand) | |
| MsIfmxCommand(String) | |
| MsIfmxCommand(String, MsIfmxConnection) | |
| MsIfmxCommand(String, MsIfmxConnection, MsIfmxTransaction) |
MsIfmxCommand()
public:
MsIfmxCommand();
public MsIfmxCommand ();
Public Sub New ()
Applies to
MsIfmxCommand(MsIfmxCommand)
public:
MsIfmxCommand(Microsoft::HostIntegration::MsIfmxClient::MsIfmxCommand ^ command);
public MsIfmxCommand (Microsoft.HostIntegration.MsIfmxClient.MsIfmxCommand command);
new Microsoft.HostIntegration.MsIfmxClient.MsIfmxCommand : Microsoft.HostIntegration.MsIfmxClient.MsIfmxCommand -> Microsoft.HostIntegration.MsIfmxClient.MsIfmxCommand
Public Sub New (command As MsIfmxCommand)
Parameters
- command
- MsIfmxCommand
Applies to
MsIfmxCommand(String)
public:
MsIfmxCommand(System::String ^ commandText);
public MsIfmxCommand (string commandText);
new Microsoft.HostIntegration.MsIfmxClient.MsIfmxCommand : string -> Microsoft.HostIntegration.MsIfmxClient.MsIfmxCommand
Public Sub New (commandText As String)
Parameters
- commandText
- String
Applies to
MsIfmxCommand(String, MsIfmxConnection)
public:
MsIfmxCommand(System::String ^ commandText, Microsoft::HostIntegration::MsIfmxClient::MsIfmxConnection ^ connection);
public MsIfmxCommand (string commandText, Microsoft.HostIntegration.MsIfmxClient.MsIfmxConnection connection);
new Microsoft.HostIntegration.MsIfmxClient.MsIfmxCommand : string * Microsoft.HostIntegration.MsIfmxClient.MsIfmxConnection -> Microsoft.HostIntegration.MsIfmxClient.MsIfmxCommand
Public Sub New (commandText As String, connection As MsIfmxConnection)
Parameters
- commandText
- String
- connection
- MsIfmxConnection
Applies to
MsIfmxCommand(String, MsIfmxConnection, MsIfmxTransaction)
public:
MsIfmxCommand(System::String ^ commandText, Microsoft::HostIntegration::MsIfmxClient::MsIfmxConnection ^ connection, Microsoft::HostIntegration::MsIfmxClient::MsIfmxTransaction ^ tx);
public MsIfmxCommand (string commandText, Microsoft.HostIntegration.MsIfmxClient.MsIfmxConnection connection, Microsoft.HostIntegration.MsIfmxClient.MsIfmxTransaction tx);
new Microsoft.HostIntegration.MsIfmxClient.MsIfmxCommand : string * Microsoft.HostIntegration.MsIfmxClient.MsIfmxConnection * Microsoft.HostIntegration.MsIfmxClient.MsIfmxTransaction -> Microsoft.HostIntegration.MsIfmxClient.MsIfmxCommand
Public Sub New (commandText As String, connection As MsIfmxConnection, tx As MsIfmxTransaction)
Parameters
- commandText
- String
- connection
- MsIfmxConnection