NextRestoreEventArgs Constructor
Initializes a new instance of the NextRestoreEventArgs class.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
Syntax
'Bildirim
Public Sub New ( _
backupSetName As String, _
backupSetDescription As String, _
deviceName As String, _
count As Integer _
)
'Kullanım
Dim backupSetName As String
Dim backupSetDescription As String
Dim deviceName As String
Dim count As Integer
Dim instance As New NextRestoreEventArgs(backupSetName, _
backupSetDescription, deviceName, _
count)
public NextRestoreEventArgs(
string backupSetName,
string backupSetDescription,
string deviceName,
int count
)
public:
NextRestoreEventArgs(
String^ backupSetName,
String^ backupSetDescription,
String^ deviceName,
int count
)
new :
backupSetName:string *
backupSetDescription:string *
deviceName:string *
count:int -> NextRestoreEventArgs
public function NextRestoreEventArgs(
backupSetName : String,
backupSetDescription : String,
deviceName : String,
count : int
)
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.