Condividi tramite


Classe VerifyCompleteEventArgs

The VerifyCompleteEventArgs object provides programmatic access to the arguments used to report the details of the event that occurs when a backup verification operation completes.

Gerarchia di ereditarietà

System. . :: . .Object
  System. . :: . .EventArgs
    Microsoft.SqlServer.Management.Smo..::..VerifyCompleteEventArgs

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

Sintassi

'Dichiarazione
Public NotInheritable Class VerifyCompleteEventArgs _
    Inherits EventArgs
'Utilizzo
Dim instance As VerifyCompleteEventArgs
public sealed class VerifyCompleteEventArgs : EventArgs
public ref class VerifyCompleteEventArgs sealed : public EventArgs
[<SealedAttribute>]
type VerifyCompleteEventArgs =  
    class
        inherit EventArgs
    end
public final class VerifyCompleteEventArgs extends EventArgs

Nel tipo VerifyCompleteEventArgs sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica VerifySuccess Gets the Boolean property that specifies whether the verification operation was successful.

In alto

Metodi

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

In alto

Osservazioni

Thread Safety

Tutti i membri statici pubblici (Shared in Microsoft Visual Basic) di questo tipo sono sicuri per le operazioni a thread multipli. Non è invece garantita la sicurezza dei membri dell'istanza.

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.