Valid Attribute Names and Values

Valid attribute names and values for the properties keyword argument.

Name Description Value
Identity Whether values for a table’s identity column are specified explicitly for each row to be inserted. This property cannot be set to true, if the property IdStartNum has been set for a bulk- copy-in operation. Boolean; the default is false.
IdStartNum The starting value for identity columns in inserted rows. The first inserted row uses this value, and the value is incremented for each subsequent row. This property cannot be set if the property Identity has been set to true for the bulk-copy-in operation. Integer value; no default value.