VerifyCompleteEventArgs Class
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.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
Syntax
'Declaration
Public NotInheritable Class VerifyCompleteEventArgs _
Inherits EventArgs
'Usage
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
Remarks
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.SqlServer.Management.Smo.VerifyCompleteEventArgs
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also