SkipTapeLabel Property (SQL-DMO)

The SkipTapeLabel property enables or disables, at a device level, backup operation logic that verifies that correct media is loaded.

Applies To

BackupDevice Object

Syntax

object.SkipTapeLabel [= value]

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

Remarks

If True, media headers are not written. An existing media header is ignored.

If False (default), media headers are honored.

Data Type

Boolean

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetSkipTapeLabel(LPBOOL pRetVal);

HRESULT SetSkipTapeLabel(BOOL NewValue);

  


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