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.
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
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.
Gerarchia di ereditarietà
System. . :: . .Object
System. . :: . .EventArgs
Microsoft.SqlServer.Management.Smo..::..VerifyCompleteEventArgs
Thread Safety
Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.
Vedere anche