NextRestoreEventArgs(String, String, String, Int32) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.