NextRestoreEventArgs(String, String, String, Int32) Constructor

Definition

Initializes a new instance of the NextRestoreEventArgs class.

public NextRestoreEventArgs (string backupSetName, string backupSetDescription, string deviceName, int count);
new Microsoft.SqlServer.Management.Smo.NextRestoreEventArgs : string * string * string * int -> Microsoft.SqlServer.Management.Smo.NextRestoreEventArgs
Public Sub New (backupSetName As String, backupSetDescription As String, deviceName As String, count As Integer)

Parameters

backupSetName
String

Name of the backup set.

backupSetDescription
String

The backup set description.

deviceName
String

Name of the device.

count
Int32

The count.

Applies to