Condividi tramite


Classe NextRestoreEventArgs

Represents the next restore event arguments.

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class NextRestoreEventArgs _
    Inherits EventArgs
'Utilizzo
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

Nel tipo NextRestoreEventArgs sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico NextRestoreEventArgs Initializes a new instance of the NextRestoreEventArgs class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica BackupSetDescription Gets or sets the backup set description.
Proprietà pubblica BackupSetName Gets or sets the name of the backup set.
Proprietà pubblica Continue Gets or sets a value indicating whether to continue next Restore Operation.
Proprietà pubblica Count Gets or sets the count of the next restore event.
Proprietà pubblica DevicesName Gets or sets the name of the backup media.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Management.Smo