Click or drag to resize

DataUpdater Properties

The DataUpdater type exposes the following members.

Properties
  Name Description
Public property ExcludedTables Get list of tables to be excluded during data processing
(Inherited from BulkDataOperationBase)
Public property FromSchema Get or set Source schema
(Inherited from BulkDataOperationBase)
Public property RowReportInterval Get or set number of rows to process before raising progress events
(Inherited from BulkDataOperationBase)
Public property Timeout Get or set Maximum number of seconds to wait when processing a SQL command before timing out.
(Inherited from BulkDataOperationBase)
Public property ToSchema Get or set destination schema
(Inherited from BulkDataOperationBase)
Public property UseFromSchemaReferentialIntegrity Get or set - use referential integrity information from source/to destination database during data processing
(Inherited from BulkDataOperationBase)
Public property WorkTables These are the tables that were found in both source and destination to be used for data operation...
(Inherited from BulkDataOperationBase)
Top
See Also