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