FileNumber Property
Cette fonctionnalité sera supprimée dans une prochaine version de Microsoft SQL Server. Évitez d'utiliser cette fonctionnalité dans de nouveaux travaux de développement et prévoyez de modifier les applications qui utilisent actuellement cette fonctionnalité.
The FileNumber property identifies a backup set by ordinal location on the backup medium.
Syntaxe
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);