SkipTapeLabel Property
Esse recurso será removido em uma versão futura do Microsoft SQL Server. Evite usar esse recurso em desenvolvimentos novos e planeje modificar os aplicativos que atualmente o utilizam.
The SkipTapeLabel property enables or disables, at a device level, backup operation logic that verifies that correct media is loaded.
Sintaxe
object
.SkipTapeLabel [= value]
Parts
object
An expression that evaluates to an object in the Applies To listvalue
TRUE or FALSE
Data Type
Boolean
Modifiable
Read/write before object creation. Read-only when referencing an existing BackupDevice object.
Prototype (C/C++)
HRESULT GetSkipTapeLabel(LPBOOL pRetVal);
HRESULT SetSkipTapeLabel(BOOL NewValue);