Aracılığıyla paylaş


VerifyCompleteEventHandler Delegate

The VerifyCompleteEventHandler class represents the event handler that handles completion events.

Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (in microsoft.sqlserver.smoextended.dll)

Syntax

'Bildirim
Public Delegate Sub VerifyCompleteEventHandler ( _
    sender As Object, _
    args As VerifyCompleteEventArgs _
)
public delegate void VerifyCompleteEventHandler (
    Object sender,
    VerifyCompleteEventArgs args
)
public delegate void VerifyCompleteEventHandler (
    Object^ sender, 
    VerifyCompleteEventArgs^ args
)
/** @delegate */
public delegate void VerifyCompleteEventHandler (
    Object sender, 
    VerifyCompleteEventArgs args
)
JScript supports the use of delegates, but not the declaration of new ones.

Parameters

  • sender
    An Object value that specifies the source of the event.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.