FileNumber Property (SQL-DMO)

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

Applies To

Restore Object

Syntax

object.FileNumber [= value]

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

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.