The CopySchema property specifies whether data will be copied based on the CopyData property.
| TransferObjectsTask Object |
object.CopySchema[= value]
| Part | Description |
|---|---|
| object | Expression that evaluates to an object in the Applies To list |
| value | Whether data will be copied |
If CopySchema is set to False, the objects are not copied. The default is True.
Boolean
Read/write
HRESULT GetCopySchema(VARIANT_BOOL *pRetVal);
HRESULT SetCopySchema(VARIANT_BOOL NewValue);
| CopyAllObjects Property | IncludeDependencies Property |
| CopyData Property | IncludeLogins Property |
| DropDestinationObjectsFirst Property | IncludeUsers Property |