共用方式為


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

  名稱 Description
DataTransferProgressEventArgs  

頂端

Public Properties

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

頂端

Public Methods

(see also Protected Methods )

  名稱 Description
ms218552.pubmethod(zh-tw,SQL.90).gif Equals  Overloaded. (inherited from Object )
ms218552.pubmethod(zh-tw,SQL.90).gif GetHashCode  (inherited from Object )
ms218552.pubmethod(zh-tw,SQL.90).gif GetType  (inherited from Object )
ms218552.pubmethod(zh-tw,SQL.90).gifms218552.static(zh-tw,SQL.90).gif ReferenceEquals  (inherited from Object )
ms218552.pubmethod(zh-tw,SQL.90).gif ToString  (inherited from Object )

頂端

Protected Methods

  名稱 Description
ms218552.protmethod(zh-tw,SQL.90).gif Finalize  (inherited from Object )
ms218552.protmethod(zh-tw,SQL.90).gif MemberwiseClone  (inherited from Object )

頂端

請參閱

參考

DataTransferProgressEventArgs Class
Microsoft.SqlServer.Management.Common Namespace

其他資源

Handling SMO Events