Udostępnij za pośrednictwem


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

'Deklaracja
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.

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.