Share via


Transfer.DataTransferEvent Event

Reports that data has been transferred.

Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntax

'Declaration
Public Event DataTransferEvent As DataTransferEventHandler
public event DataTransferEventHandler DataTransferEvent
public:
event DataTransferEventHandler^ DataTransferEvent {
    void add (DataTransferEventHandler^ value);
    void remove (DataTransferEventHandler^ value);
}
/** @event */
public void add_DataTransferEvent (DataTransferEventHandler value)

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

Example

How to: Transfer Schema and Data from One Database to Another in Visual Basic .NET

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

Transfer Class
Transfer Members
Microsoft.SqlServer.Management.Smo Namespace

Other Resources

Transferring Data