PullSubscription.LastAgentSummary Property    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 : stringPublic ReadOnly Property LastAgentSummary As StringProperty 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).