KeepIdentity Property (DTS)

The KeepIdentity property indicates whether the data in the file should be used for values of identity columns.

Applies To
BulkInsertTask Object  

Syntax

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

Remarks

The default is False.

Data Type

Boolean

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetKeepIdentity(VARIANT_BOOL *pRetVal);

HRESULT SetKeepIdentity(VARIANT_BOOL NewValue);

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.