Microsoft.HostIntegration.MsDb2Client Namespace

For the most recent version of Microsoft Host Integration Server documentation, see http://msdn.microsoft.com/library/gg241192.aspx.

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

ClassDescription
MsDb2BulkCopyRepresents the bulk copy of the MsDb2 client.
MsDb2BulkCopyColumnMappingRepresents the mapping between in a MsDb2BulkCopy instances data source and a column in the instances destination table.
MsDb2BulkCopyColumnMappingCollectionRepresents the collection of MsDb2BulkCopyColumnMapping objects that inherits from collection base.
MsDb2CommandRepresents a SQL statement or stored procedure to execute against a DB2 database.
MsDb2CommandBuilderAutomatically generates single-table commands used to reconcile changes made to a DataSet with the associated database.
MsDb2ConnectionOpens, closes, and maintains a connection to a DB2 host.
MsDb2ConnectionStringBuilderProvides a simple way to create and manage the contents of connection strings used by the MsDb2Connection class.
MsDb2DataAdapterRepresents a set of data commands and a database connection used to fill the DataSet and update a DB2 database
MsDb2DataReaderDescribes a server-side forward-only cursor implementation that inherits from the IDataReader and IDataRecord interfaces.
MsDb2ExceptionThe exception that is thrown when a DB2 error occurs.
MsDb2FactoryRepresents new instances of MsDb2Client objects, such as MsDb2Connection and MsDb2Command objects.
MsDb2NetworkPropertiesRepresents abstract base class for defining network-specific connection properties to a DB2 host. Obsolete.
MsDb2NetworkPropertiesAPPCDefines the network-specific connection properties for connection to a DB2 host using the APPC protocol. Obsolete.
MsDb2NetworkPropertiesTCPDefines the network-specific connection properties for connection to a DB2 host using the TCP protocol. Obsolete.
MsDb2ParameterRepresents a placeholder for a parameter in an SQL command.
MsDb2ParameterCollectionRepresents a strongly typed collection of MsDb2Parameters.
MsDb2PermissionEnables the Managed Provider for DB2 to help ensure that a user has a security level adequate for accessing data.
MsDb2PermissionAttributeAssociates a security action with a security attribute for the MsDb2 data access provider.
MsDb2RowsCopiedEventArgsRepresents the set of arguments passed to the MsDb2RowsCopiedEventHandler.
MsDb2RowUpdatedEventArgsProvides data for the RowUpdated event.
MsDb2RowUpdatingEventArgsProvides data for the RowUpdating event.
MsDb2TransactionDescribes a transaction to be performed at a data source.

DelegateDescription
MsDb2RowsCopiedEventHandlerRepresents the method that handles the RowsCopied event of a MsDb2BulkCopy.
MsDb2RowUpdatedEventHandlerRepresents the method that will handle the MsDb2RowUpdatedEvent of the MsDb2DataAdapter.
MsDb2RowUpdatingEventHandlerRepresents the method that handles the RowUpdating event of the MsDb2DataAdapter.
TimeoutCallbackRepresents the method that handles call from a Timeout.

EnumerationDescription
AppcSecurityDescribes the APPC security settings.
DBMSPlatformSpecifies the target DB2 platform to optimize the Managed Provider when executing operations, such as data conversions.
MsDb2TypeSpecifies the data type of a field, a property, or an MsDb2Parameter.
UnitsOfWorkTypeSpecifies the type of transaction supported by the provider.
  https://msdn.microsoft.com/en-us/library/microsoft.hostintegration.msdb2client.unitsofworktype.aspx
Show: