The DTSTransfer_CopyDataOption constants specify data copying options for the TransferObjectsTask CopyData property.
| Constant | Value | Description |
|---|---|---|
| DTSTransfer_AppendData | 2 | Data that is copied is appended to existing tables. |
| DTSTransfer_DontCopyData | 0 | Schema only is copied. |
| DTSTransfer_ReplaceData | 1 | Data that is copied replaces existing data. |