The CopyData property specifies whether data is copied and whether existing data is replaced or appended to.
object.CopyData[= value]
| Part | Description |
|---|---|
| object | Expression that evaluates to an object in the Applies To list |
| value | Code that specifies whether data is copied and whether existing data is replaced or appended to |
Read/write
HRESULT GetCopyData(DTSTransfer_CopyDataOption *pRetVal);
HRESULT SetCopyData(DTSTransfer_CopyDataOption NewValue);
CopyData must be set to one of the DTSTransfer_CopyDataOption values. The default is DTSTransfer_ReplaceData.