CopyAllObjects Property (DTS)

The CopyAllObjects property specifies whether to transfer all objects from the source database.

Applies To
TransferObjectsTask Object  

Syntax

object.CopyAllObjects[= value]

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

Remarks

The default is False.

Data Type

Boolean

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetCopyAllObjects(VARIANT_BOOL *pRetVal);

HRESULT SetCopyAllObjects(VARIANT_BOOL NewValue);

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

  


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