The DropDestinationObjectsFirst property specifies whether to drop objects if they already exist on the destination.
object.DropDestinationObjectsFirst[= value]
| Part | Description |
|---|---|
| object | Expression that evaluates to an object in the Applies To list |
| value | Value indicating whether to drop objects |
Boolean
Read/write
HRESULT GetDropDestinationObjectsFirst(VARIANT_BOOL *pRetVal);
HRESULT SetDropDestinationObjectsFirst(VARIANT_BOOL NewValue);
The default is FALSE.