FileNumber Property

This feature will be removed in a future version of Microsoft SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use this feature.

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

Syntax

object.FileNumber [=value]

Parts

  • object
    An expression that evaluates to an object in the Applies To list

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

Applies To: