PullSubscription.LastAgentSummary 属性

定义

获取订阅的最新同步的结果的摘要。

public:
 property System::String ^ LastAgentSummary { System::String ^ get(); };
public string LastAgentSummary { get; }
member this.LastAgentSummary : string
Public ReadOnly Property LastAgentSummary As String

属性值

订阅的最新同步的结果的摘要。

注解

LastAgentSummary该属性只能由订阅服务器上的固定服务器角色的成员sysadmin或订阅数据库中固定数据库角色的成员db_owner检索。

检索 LastAgentSummary 该属性等效于执行 Transact-SQL) sp_helpmergepullsubscription (Transact-SQL) sp_helppullsubscription (。

适用于