Udostępnij za pośrednictwem


DataTransferEventArgs Class

The DataTransferEventArgs class represents the arguments used when a data transfer event is raised.

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

Syntax

'Deklaracja
Public Class DataTransferEventArgs
    Inherits EventArgs
public class DataTransferEventArgs : EventArgs
public ref class DataTransferEventArgs : public EventArgs
public class DataTransferEventArgs extends EventArgs
public class DataTransferEventArgs extends EventArgs

Remarks

The DataTransferEventArgs class is used by the DataTransferEventHandler when a data transfer event occurs.

Inheritance Hierarchy

System.Object
   System.EventArgs
    Microsoft.SqlServer.Management.Common.DataTransferEventArgs

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

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.