FileNumber 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 FileNumber property identifies a backup set by ordinal location on the backup medium.
Sintaxe
object
.FileNumber [=value]
Parts
object
An expression that evaluates to an object in the Applies To listvalue
A long integer equal to, or greater than, 1
Data Type
Long
Modifiable
Read/write
Prototype (C/C++)
HRESULT GetFileNumber(LPLONG pRetVal);
HRESULT SetFileNumber(LONG NewValue);