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)
The DataTransferEventArgs type exposes the following members.
Name | Description | |
---|---|---|
![]() | DataTransferEventArgs | Initializes a new instance of the DataTransferEventArgs class for the specified event and with the specified message. |
Name | Description | |
---|---|---|
![]() | DataTransferEventType | Gets the type of data transfer event associated with the DataTransferEventArgs object. |
![]() | Message | Gets the message text associated with the DataTransferEventType object. |
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
The DataTransferEventArgs class is used by the DataTransferEventHandler when a data transfer event occurs.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.
Show: