PullSubscription.LastAgentSummary Property

Definition

Gets a summary of the result of the most recent synchronization of the subscription.

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

Property Value

A summary of the result of the most recent synchronization of the subscription.

Remarks

The LastAgentSummary property can only be retrieved by members of the sysadmin fixed server role at the Subscriber or by members of the db_owner fixed database role on the subscription database.

Retrieving the LastAgentSummary property is equivalent to executing sp_helppullsubscription (Transact-SQL) or sp_helpmergepullsubscription (Transact-SQL).

Applies to