FileNumber Property

SQL-DMO

SQL-DMO

FileNumber Property

The FileNumber property identifies a backup set by ordinal location on the backup medium.

Applies To
Restore Object
Syntax

object.FileNumber [= value]

Part

object

Expression that evaluates to an object in the Applies To list

value

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);