DropDestinationObjectsFirst Property (DTS)

The DropDestinationObjectsFirst property specifies whether to drop objects, if they already exist on the destination.

Applies To
TransferObjectsTask Object  

Syntax

object.DropDestinationObjectsFirst[= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value Whether to drop objects

Remarks

The default is False.

Data Type

Boolean

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetDropDestinationObjectsFirst(VARIANT_BOOL *pRetVal);

HRESULT SetDropDestinationObjectsFirst(VARIANT_BOOL NewValue);

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

  


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