Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets status information from last run of the synchronization agent.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
Syntax
'Declaration
Public Property LastAgentStatus As ReplicationStatus
Get
Set
'Usage
Dim instance As SubscriberSubscription
Dim value As ReplicationStatus
value = instance.LastAgentStatus
instance.LastAgentStatus = value
public ReplicationStatus LastAgentStatus { get; set; }
public:
property ReplicationStatus LastAgentStatus {
ReplicationStatus get ();
void set (ReplicationStatus value);
}
member LastAgentStatus : ReplicationStatus with get, set
function get LastAgentStatus () : ReplicationStatus
function set LastAgentStatus (value : ReplicationStatus)
Property Value
Type: Microsoft.SqlServer.Replication.ReplicationStatus
A ReplicationStatus object.
Remarks
This property can be accessed by any user.
This namespace, class, or member is supported only in version 2.0 of the .NET Framework.