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.

Inheritance Hierarchy

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

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

The VerifyCompleteEventArgs type exposes the following members.

Properties

  Name Description
Public property VerifySuccess Gets the Boolean property that specifies whether the verification operation was successful.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

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.

Examples

How to: Register Event Handlers and Subscribe to Event Handling in Visual Basic .NET

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

Reference

Microsoft.SqlServer.Management.Smo Namespace

Other Resources

Handling SMO Events