Udostępnij za pośrednictwem


ReplayPauseHandler Delegate

Represents the ReplayPauseHandler event handler.

Namespace: Microsoft.SqlServer.Management.Trace
Assembly: Microsoft.SqlServer.ConnectionInfoExtended (in microsoft.sqlserver.connectioninfoextended.dll)

Syntax

'Deklaracja
Public Delegate Sub ReplayPauseHandler ( _
    sender As Object, _
    args As EventArgs _
)
public delegate void ReplayPauseHandler (
    Object sender,
    EventArgs args
)
public delegate void ReplayPauseHandler (
    Object^ sender, 
    EventArgs^ args
)
/** @delegate */
public delegate void ReplayPauseHandler (
    Object sender, 
    EventArgs 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.