The UnloadTapeAfter property controls tape media handling on completion of a backup or restore operation.
Backup Object | Restore Object |
object.UnloadTapeAfter [= value]
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
value | True or False |
If True, the tape media in the tape device(s) is rewound and unloaded when the operation completes.
If False (default), no attempt is made to rewind and unload the tape media.
Boolean
Read/write
HRESULT GetUnloadTapeAfter(LPBOOL pRetVal);
HRESULT SetUnloadTapeAfter(BOOL NewValue);