Udostępnij za pośrednictwem


Restore.FileNumber Property

Gets or sets the index number used to identify the targeted backup set on the backup medium.

Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (in microsoft.sqlserver.smoextended.dll)

Syntax

'Deklaracja
Public Property FileNumber As Integer
public int FileNumber { get; set; }
public:
property int FileNumber {
    int get ();
    void set (int value);
}
/** @property */
public int get_FileNumber ()

/** @property */
public void set_FileNumber (int value)
public function get FileNumber () : int

public function set FileNumber (value : int)

Property Value

An Int32 value that specifies the backup set index number.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.