The CopyAllObjects property specifies whether to transfer all objects from an instance of Microsoft® SQL Server™.
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 |
Boolean
Read/write
HRESULT GetCopyAllObjects(VARIANT_BOOL *pRetVal);
HRESULT SetCopyAllObjects(VARIANT_BOOL NewValue);
The default is TRUE.