Compartir a través de


NextRestoreEventArgs Constructor

Initializes a new instance of the NextRestoreEventArgs class.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)

Sintaxis

'Declaración
Public Sub New ( _
    backupSetName As String, _
    backupSetDescription As String, _
    deviceName As String, _
    count As Integer _
)
'Uso
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
)

Parámetros

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

Vea también

Referencia

NextRestoreEventArgs Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo