CopySchema Property (DTS)

The CopySchema property specifies whether data will be copied based on the CopyData property.

Applies To
TransferObjectsTask Object  

Syntax

object.CopySchema[= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value Whether data will be copied

Remarks

If CopySchema is set to False, the objects are not copied. The default is True.

Data Type

Boolean

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetCopySchema(VARIANT_BOOL *pRetVal);

HRESULT SetCopySchema(VARIANT_BOOL NewValue);

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

  


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