语言

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 该属性等同于执行 sp_helppullsubscription(Transact-SQL)sp_helpmergepullsubscription(Transact-SQL)

适用于