useBcpFullLoad property

bool? useBcpFullLoad
final

Use this to attribute to transfer data for full-load operations using BCP. When the target table contains an identity column that does not exist in the source table, you must disable the use BCP for loading table option.

Implementation

final bool? useBcpFullLoad;