NextRestoreEventArgs Constructor
SQL Server 2012
Initializes a new instance of the NextRestoreEventArgs class.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
public NextRestoreEventArgs( string backupSetName, string backupSetDescription, string deviceName, int count )
Parameters
- backupSetName
- Type: System.String
Name of the backup set.
- backupSetDescription
- Type: System.String
The backup set description.
- deviceName
- Type: System.String
Name of the device.
- count
- Type: System.Int32
The count.
