Freigeben über


NextRestoreEventArgs-Konstruktor

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

  • backupSetDescription
    Typ: System.String
    The backup set description.

Siehe auch

Verweis

NextRestoreEventArgs Klasse

Microsoft.SqlServer.Management.Smo-Namespace