CopyData Property (DTS)

The CopyData property specifies whether data should be copied, and whether existing data should be replaced or appended to.

Applies To
TransferObjectsTask Object  

Syntax

object.CopyData[= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value Whether data should be copied, and whether existing data should be replaced or appended to

Remarks

CopyData must be set to one of the DTSTransfer_CopyDataOption values. The default is DTSTransfer_ReplaceData.

Data Type

DTSTransfer_CopyDataOption

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetCopyData(DTSTransfer_CopyDataOption *pRetVal);

HRESULT SetCopyData(DTSTransfer_CopyDataOption NewValue);

See Also
CopyAllObjects Property IncludeDependencies Property
CopySchema Property IncludeLogins Property
DropDestinationObjectsFirst Property IncludeUsers Property

  


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