The KeepIdentity property indicates whether the data in the file should be used for values of identity columns.
| BulkInsertTask Object |
object.KeepIdentity [= value]
| Part | Description |
|---|---|
| object | Expression that evaluates to an object in the Applies To list |
| value | Whether the data in the file should be used for values of identity columns |
The default is False.
Boolean
Read/write
HRESULT GetKeepIdentity(VARIANT_BOOL *pRetVal);
HRESULT SetKeepIdentity(VARIANT_BOOL NewValue);