DataTransferProgressEventArgs Members

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

The following tables list the members exposed by the DataTransferProgressEventArgs type.

Public Constructors

  Name Description
DataTransferProgressEventArgs  

Top

Public Properties

  Name Description
ms218552.pubproperty(en-US,SQL.90).gif DataTransferProgressEventType Gets the type of data transfer progress event associated with the DataTransferProgressEventArgs object.
ms218552.pubproperty(en-US,SQL.90).gif Exception Gets the exception associated with the DataTransferProgressEventType object.
ms218552.pubproperty(en-US,SQL.90).gif ProgressCount Gets the current number of items transferred.
ms218552.pubproperty(en-US,SQL.90).gif TransferId Gets the ID value that uniquely identifies the data transfer progress event.

Top

Public Methods

(see also Protected Methods )

  Name Description
ms218552.pubmethod(en-US,SQL.90).gif Equals  Overloaded. (inherited from Object )
ms218552.pubmethod(en-US,SQL.90).gif GetHashCode  (inherited from Object )
ms218552.pubmethod(en-US,SQL.90).gif GetType  (inherited from Object )
ms218552.pubmethod(en-US,SQL.90).gifms218552.static(en-US,SQL.90).gif ReferenceEquals  (inherited from Object )
ms218552.pubmethod(en-US,SQL.90).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
ms218552.protmethod(en-US,SQL.90).gif Finalize  (inherited from Object )
ms218552.protmethod(en-US,SQL.90).gif MemberwiseClone  (inherited from Object )

Top

See Also

Reference

DataTransferProgressEventArgs Class
Microsoft.SqlServer.Management.Common Namespace

Other Resources

Handling SMO Events