The CopyAllObjects property specifies whether to transfer all objects from the source database.
| TransferObjectsTask Object |
object.CopyAllObjects[= value]
| Part | Description |
|---|---|
| object | Expression that evaluates to an object in the Applies To list |
| value | Whether to transfer all objects |
The default is False.
Boolean
Read/write
HRESULT GetCopyAllObjects(VARIANT_BOOL *pRetVal);
HRESULT SetCopyAllObjects(VARIANT_BOOL NewValue);
| CopyData Property | IncludeDependencies Property |
| CopySchema Property | IncludeLogins Property |
| DropDestinationObjectsFirst Property | IncludeUsers Property |