Expand Minimize
This topic has not yet been rated - Rate this topic

MergeSessionStatus Enumeration

Enumerates the status of a Merge Agent session.

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
public enum MergeSessionStatus
Member nameDescription
NotStartedThe session has not started.
StartingThe agent is starting.
SucceededThe subscription was synchronized successfully.
RunningThe agent is running.
IdleThe agent is idle.
RetryThe agent is retrying the session.
FailedOne or more failures occurred during the session.
InterruptedThe agent was interrupted.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.