Compartir a través de


Clase NextRestoreEventArgs

Represents the next restore event arguments.

Jerarquía de herencia

System.Object
  System.EventArgs
    Microsoft.SqlServer.Management.Smo.NextRestoreEventArgs

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

Sintaxis

'Declaración
Public NotInheritable Class NextRestoreEventArgs _
    Inherits EventArgs
'Uso
Dim instance As NextRestoreEventArgs
public sealed class NextRestoreEventArgs : EventArgs
public ref class NextRestoreEventArgs sealed : public EventArgs
[<SealedAttribute>]
type NextRestoreEventArgs =  
    class 
        inherit EventArgs 
    end
public final class NextRestoreEventArgs extends EventArgs

El tipo NextRestoreEventArgs expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público NextRestoreEventArgs Initializes a new instance of the NextRestoreEventArgs class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública BackupSetDescription Gets or sets the backup set description.
Propiedad pública BackupSetName Gets or sets the name of the backup set.
Propiedad pública Continue Gets or sets a value indicating whether to continue next Restore Operation.
Propiedad pública Count Gets or sets the count of the next restore event.
Propiedad pública DevicesName Gets or sets the name of the backup media.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Management.Smo