Udostępnij za pośrednictwem


DataTransferEventHandler Delegate

The DataTransferEventHandler class represents the method that handles the event raised by the data transfer process.

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

Syntax

'Deklaracja
Public Delegate Sub DataTransferEventHandler ( _
    sender As Object, _
    e As DataTransferEventArgs _
)
public delegate void DataTransferEventHandler (
    Object sender,
    DataTransferEventArgs e
)
public delegate void DataTransferEventHandler (
    Object^ sender, 
    DataTransferEventArgs^ e
)
/** @delegate */
public delegate void DataTransferEventHandler (
    Object sender, 
    DataTransferEventArgs e
)
JScript supports the use of delegates, but not the declaration of new ones.

Parameters

  • sender
    An Object system object value that specifies the 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.