Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of the NextRestoreEventArgs class.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
Syntax
'Declaration
Public Sub New ( _
backupSetName As String, _
backupSetDescription As String, _
deviceName As String, _
count As Integer _
)
'Usage
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
)
Parameter
- backupSetName
Typ: System.String
Name of the backup set.
- backupSetDescription
Typ: System.String
The backup set description.
- deviceName
Typ: System.String
Name of the device.
- count
Typ: System.Int32
The count.