DataTransferProgressEventArgs Class
The DataTransferProgressEventArgs class represents the arguments used when a data transfer progress event is raised.
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.SqlServer.Management.Common.DataTransferProgressEventArgs
Namespace: Microsoft.SqlServer.Management.Common
Assembly: Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)
Syntax
'Declaration
Public Class DataTransferProgressEventArgs _
Inherits EventArgs
'Usage
Dim instance As DataTransferProgressEventArgs
public class DataTransferProgressEventArgs : EventArgs
public ref class DataTransferProgressEventArgs : public EventArgs
type DataTransferProgressEventArgs =
class
inherit EventArgs
end
public class DataTransferProgressEventArgs extends EventArgs
The DataTransferProgressEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DataTransferProgressEventArgs | Initializes a new instance of the DataTransferProgressEventArgs class for the specified event with the specified transfer ID, progress count, and associated exception. |
Top
Properties
Name | Description | |
---|---|---|
DataTransferProgressEventType | Gets the type of data transfer progress event associated with the DataTransferProgressEventArgs object. | |
Exception | Gets the exception associated with the DataTransferProgressEventType object. | |
ProgressCount | Gets the current number of items transferred. | |
TransferId | Gets the ID value that uniquely identifies the data transfer progress event. |
Top
Methods
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.) |
Top
Remarks
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.
Examples
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.