MsDb2Parameter 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
MsDb2Parameter()
public:
MsDb2Parameter();
public MsDb2Parameter ();
Public Sub New ()
Applies to
MsDb2Parameter(String, MsDb2Type)
public:
MsDb2Parameter(System::String ^ name, Microsoft::HostIntegration::MsDb2Client::MsDb2Type drdaType);
public MsDb2Parameter (string name, Microsoft.HostIntegration.MsDb2Client.MsDb2Type drdaType);
new Microsoft.HostIntegration.MsDb2Client.MsDb2Parameter : string * Microsoft.HostIntegration.MsDb2Client.MsDb2Type -> Microsoft.HostIntegration.MsDb2Client.MsDb2Parameter
Public Sub New (name As String, drdaType As MsDb2Type)
Parameters
- name
- String
- drdaType
- MsDb2Type
Applies to
MsDb2Parameter(String, Object)
public:
MsDb2Parameter(System::String ^ name, System::Object ^ value);
public MsDb2Parameter (string name, object value);
new Microsoft.HostIntegration.MsDb2Client.MsDb2Parameter : string * obj -> Microsoft.HostIntegration.MsDb2Client.MsDb2Parameter
Public Sub New (name As String, value As Object)
Parameters
- name
- String
- value
- Object
Applies to
MsDb2Parameter(String, MsDb2Type, Int32)
public:
MsDb2Parameter(System::String ^ name, Microsoft::HostIntegration::MsDb2Client::MsDb2Type drdaType, int size);
public MsDb2Parameter (string name, Microsoft.HostIntegration.MsDb2Client.MsDb2Type drdaType, int size);
new Microsoft.HostIntegration.MsDb2Client.MsDb2Parameter : string * Microsoft.HostIntegration.MsDb2Client.MsDb2Type * int -> Microsoft.HostIntegration.MsDb2Client.MsDb2Parameter
Public Sub New (name As String, drdaType As MsDb2Type, size As Integer)
Parameters
- name
- String
- drdaType
- MsDb2Type
- size
- Int32
Applies to
MsDb2Parameter(String, MsDb2Type, Int32, String)
public:
MsDb2Parameter(System::String ^ name, Microsoft::HostIntegration::MsDb2Client::MsDb2Type drdaType, int size, System::String ^ srcColumn);
public MsDb2Parameter (string name, Microsoft.HostIntegration.MsDb2Client.MsDb2Type drdaType, int size, string srcColumn);
new Microsoft.HostIntegration.MsDb2Client.MsDb2Parameter : string * Microsoft.HostIntegration.MsDb2Client.MsDb2Type * int * string -> Microsoft.HostIntegration.MsDb2Client.MsDb2Parameter
Public Sub New (name As String, drdaType As MsDb2Type, size As Integer, srcColumn As String)
Parameters
- name
- String
- drdaType
- MsDb2Type
- size
- Int32
- srcColumn
- String
Applies to
MsDb2Parameter(String, MsDb2Type, Int32, ParameterDirection, String, DataRowVersion, Boolean, Object)
public:
MsDb2Parameter(System::String ^ name, Microsoft::HostIntegration::MsDb2Client::MsDb2Type drdaType, int size, System::Data::ParameterDirection direction, System::String ^ sourceColumn, System::Data::DataRowVersion sourceVersion, bool sourceColumnNullMapping, System::Object ^ value);
public MsDb2Parameter (string name, Microsoft.HostIntegration.MsDb2Client.MsDb2Type drdaType, int size, System.Data.ParameterDirection direction, string sourceColumn, System.Data.DataRowVersion sourceVersion, bool sourceColumnNullMapping, object value);
new Microsoft.HostIntegration.MsDb2Client.MsDb2Parameter : string * Microsoft.HostIntegration.MsDb2Client.MsDb2Type * int * System.Data.ParameterDirection * string * System.Data.DataRowVersion * bool * obj -> Microsoft.HostIntegration.MsDb2Client.MsDb2Parameter
Public Sub New (name As String, drdaType As MsDb2Type, size As Integer, direction As ParameterDirection, sourceColumn As String, sourceVersion As DataRowVersion, sourceColumnNullMapping As Boolean, value As Object)
Parameters
- name
- String
- drdaType
- MsDb2Type
- size
- Int32
- direction
- ParameterDirection
- sourceColumn
- String
- sourceVersion
- DataRowVersion
- sourceColumnNullMapping
- Boolean
- value
- Object
Applies to
MsDb2Parameter(String, MsDb2Type, Int32, ParameterDirection, Boolean, Byte, Byte, String, DataRowVersion, Object)
public:
MsDb2Parameter(System::String ^ name, Microsoft::HostIntegration::MsDb2Client::MsDb2Type drdaType, int size, System::Data::ParameterDirection direction, bool isNullable, System::Byte precision, System::Byte scale, System::String ^ srcColumn, System::Data::DataRowVersion srcVersion, System::Object ^ value);
public MsDb2Parameter (string name, Microsoft.HostIntegration.MsDb2Client.MsDb2Type drdaType, int size, System.Data.ParameterDirection direction, bool isNullable, byte precision, byte scale, string srcColumn, System.Data.DataRowVersion srcVersion, object value);
new Microsoft.HostIntegration.MsDb2Client.MsDb2Parameter : string * Microsoft.HostIntegration.MsDb2Client.MsDb2Type * int * System.Data.ParameterDirection * bool * byte * byte * string * System.Data.DataRowVersion * obj -> Microsoft.HostIntegration.MsDb2Client.MsDb2Parameter
Public Sub New (name As String, drdaType As MsDb2Type, size As Integer, direction As ParameterDirection, isNullable As Boolean, precision As Byte, scale As Byte, srcColumn As String, srcVersion As DataRowVersion, value As Object)
Parameters
- name
- String
- drdaType
- MsDb2Type
- size
- Int32
- direction
- ParameterDirection
- isNullable
- Boolean
- precision
- Byte
- scale
- Byte
- srcColumn
- String
- srcVersion
- DataRowVersion
- value
- Object