DTS Programming
CopyAllObjects Property
The CopyAllObjects property specifies whether to transfer all objects from an instance of Microsoft® SQL Server™.
Applies To
| TransferObjectsTask Object | TransferObjectsTask2 Object |
Syntax
object.CopyAllObjects[= value]
| Part | Description |
|---|---|
| object | Expression that evaluates to an object in the Applies To list |
| value | A value indicating whether to transfer all objects |
Data Type
Boolean
Modifiable
Read/write
Prototype (C/C++)
HRESULT GetCopyAllObjects(VARIANT_BOOL *pRetVal);
HRESULT SetCopyAllObjects(VARIANT_BOOL NewValue);
Remarks
The default is TRUE.