Поделиться через


MergeSessionStatus Enumeration

Enumerates the status of a Merge Agent session.

Пространство имен: Microsoft.SqlServer.Replication
Сборка: Microsoft.SqlServer.Rmo (in microsoft.sqlserver.rmo.dll)

Синтаксис

'Декларация
Public Enumeration MergeSessionStatus
public enum MergeSessionStatus
public enum class MergeSessionStatus
public enum MergeSessionStatus
public enum MergeSessionStatus

Members

Member name Description
Failed One or more failures occurred during the session.
Idle The agent is idle.
Interrupted The agent was interrupted.
NotStarted The session has not started.
Retry The agent is retrying the session.
Running The agent is running.
Starting The agent is starting.
Succeeded The subscription was synchronized successfully.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

Microsoft.SqlServer.Replication Namespace