Click or drag to resize

BulkDataOperationBase Properties

The BulkDataOperationBase type exposes the following members.

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