StatusEventArgs Members

Represents status information returned by a replication agent when the Status event occurs.

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

Public Constructors

  名稱 Description
StatusEventArgs Overloaded. Creates a new instance of the StatusEventArgs class.

頂端

Public Properties

  名稱 Description
ms150010.pubproperty(zh-tw,SQL.90).gif Message The status message returned by the replication agent.
ms150010.pubproperty(zh-tw,SQL.90).gif MessageStatus The current operational status of the replication agent.
ms150010.pubproperty(zh-tw,SQL.90).gif PercentCompleted The estimated amount of the overall synchronization that has completed.

頂端

Public Methods

(see also Protected Methods )

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

頂端

Protected Methods

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

頂端

請參閱

參考

StatusEventArgs Class
Microsoft.SqlServer.Replication Namespace

其他資源

如何:同步處理提取訂閱 (RMO 程式設計)
如何:同步處理發送訂閱 (RMO 程式設計)
Sales Orders Sample Implementation Details