UnloadTapeAfter Property (SQL-DMO)

The UnloadTapeAfter property controls tape media handling on completion of a backup or restore operation.

Applies To
Backup Object Restore Object

Syntax

object.UnloadTapeAfter [= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value True or False

Remarks

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.

Data Type

Boolean

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetUnloadTapeAfter(LPBOOL pRetVal);

HRESULT SetUnloadTapeAfter(BOOL NewValue);

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.