Share via


IDataTransferProvider.TransferEvent Event

Represents the event raised when the transfer process occurs.

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

Syntax

'Declaration
Event TransferEvent As DataTransferEventHandler
event DataTransferEventHandler TransferEvent
event DataTransferEventHandler^ TransferEvent {
    void add (DataTransferEventHandler^ value);
    void remove (DataTransferEventHandler^ value);
}
/** @event */
void add_TransferEvent (DataTransferEventHandler value)

/** @event */
void remove_TransferEvent (DataTransferEventHandler value)
JScript supports the use of events, but not the declaration of new ones.

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Platforms

Development Platforms

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

Target Platforms

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

See Also

Reference

IDataTransferProvider Interface
IDataTransferProvider Members
Microsoft.SqlServer.Management.Common Namespace