Microsoft.HostIntegration.MsDb2Client Namespace

 

The Microsoft.HostIntegration.MsDb2Client namespace grants access to DB2 databases on remote servers.

ClassDescription
System_CAPS_pubclassMsDb2BulkCopy

Represents the bulk copy of the MsDb2 client.

System_CAPS_pubclassMsDb2BulkCopyColumnMapping

Represents the mapping between in a MsDb2BulkCopy instances data source and a column in the instances destination table.

System_CAPS_pubclassMsDb2BulkCopyColumnMappingCollection

Represents the collection of MsDb2BulkCopyColumnMapping objects that inherits from collection base.

System_CAPS_pubclassMsDb2Command

Represents a SQL statement or stored procedure to execute against a DB2 database.

System_CAPS_pubclassMsDb2CommandBuilder

Automatically generates single-table commands used to reconcile changes made to a DataSet with the associated database.

System_CAPS_pubclassMsDb2Connection

Opens, closes, and maintains a connection to a DB2 host.

System_CAPS_pubclassMsDb2ConnectionStringBuilder

Provides a simple way to create and manage the contents of connection strings used by the MsDb2Connection class.

System_CAPS_pubclassMsDb2DataAdapter

Represents a set of data commands and a database connection used to fill the DataSet and update a DB2 database

System_CAPS_pubclassMsDb2DataReader

Describes a server-side forward-only cursor implementation that inherits from the IDataReader and IDataRecord interfaces.

System_CAPS_pubclassMsDb2Exception

The exception that is thrown when a DB2 error occurs.

System_CAPS_pubclassMsDb2Factory

Represents new instances of MsDb2Client objects, such as MsDb2Connection and MsDb2Command objects.

System_CAPS_pubclassMsDb2NetworkProperties

Obsolete.Represents abstract base class for defining network-specific connection properties to a DB2 host.

System_CAPS_pubclassMsDb2NetworkPropertiesAPPC

Obsolete.Defines the network-specific connection properties for connection to a DB2 host using the APPC protocol.

System_CAPS_pubclassMsDb2NetworkPropertiesTCP

Obsolete.Defines the network-specific connection properties for connection to a DB2 host using the TCP protocol.

System_CAPS_pubclassMsDb2Parameter

Represents a placeholder for a parameter in an SQL command.

System_CAPS_pubclassMsDb2ParameterCollection

Represents a strongly typed collection of MsDb2Parameters.

System_CAPS_pubclassMsDb2Permission

Enables the Managed Provider for DB2 to help ensure that a user has a security level adequate for accessing data.

System_CAPS_pubclassMsDb2PermissionAttribute

Associates a security action with a security attribute for the MsDb2 data access provider.

System_CAPS_pubclassMsDb2RowsCopiedEventArgs

Represents the set of arguments passed to the MsDb2RowsCopiedEventHandler.

System_CAPS_pubclassMsDb2RowUpdatedEventArgs

Provides data for the RowUpdated event.

System_CAPS_pubclassMsDb2RowUpdatingEventArgs

Provides data for the RowUpdating event.

System_CAPS_pubclassMsDb2Transaction

Describes a transaction to be performed at a data source.

DelegateDescription
System_CAPS_pubdelegateMsDb2RowsCopiedEventHandler

Represents the method that handles the RowsCopied event of a MsDb2BulkCopy.

System_CAPS_pubdelegateMsDb2RowUpdatedEventHandler

Represents the method that will handle the MsDb2RowUpdatedEvent of the MsDb2DataAdapter.

System_CAPS_pubdelegateMsDb2RowUpdatingEventHandler

Represents the method that handles the RowUpdating event of the MsDb2DataAdapter.

System_CAPS_pubdelegateTimeoutCallback

Represents the method that handles call from a Timeout.

EnumerationDescription
System_CAPS_pubenumAppcSecurity

Describes the APPC security settings.

System_CAPS_pubenumDBMSPlatform

Specifies the target DB2 platform to optimize the Managed Provider when executing operations, such as data conversions.

System_CAPS_pubenumMsDb2Type

Specifies the data type of a field, a property, or an MsDb2Parameter.

System_CAPS_pubenumUnitsOfWorkType

Specifies the type of transaction supported by the provider.

Return to top
Show: