Udostępnij za pośrednictwem


DataTransferProgressEventHandler Delegate

Represents the method that handles events raised by the data transfer progress reporting process.

Namespace: Microsoft.SqlServer.Management.Common
Assembly: Microsoft.SqlServer.ConnectionInfo (in microsoft.sqlserver.connectioninfo.dll)

Syntax

'Deklaracja
Public Delegate Function DataTransferProgressEventHandler ( _
    sender As Object, _
    e As DataTransferProgressEventArgs _
) As Boolean
public delegate bool DataTransferProgressEventHandler (
    Object sender,
    DataTransferProgressEventArgs e
)
public delegate bool DataTransferProgressEventHandler (
    Object^ sender, 
    DataTransferProgressEventArgs^ e
)
/** @delegate */
public delegate boolean DataTransferProgressEventHandler (
    Object sender, 
    DataTransferProgressEventArgs e
)
JScript supports the use of delegates, but not the declaration of new ones.

Parameters

  • sender
    The Object object that raised 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.