ReplicationStatus 열거형

Specifies the status of a replication agent job.

네임스페이스:  Microsoft.SqlServer.Replication
어셈블리:  Microsoft.SqlServer.Rmo(Microsoft.SqlServer.Rmo.dll)

구문

‘선언
Public Enumeration ReplicationStatus
‘사용 방법
Dim instance As ReplicationStatus
public enum ReplicationStatus
public enum class ReplicationStatus
type ReplicationStatus
public enum ReplicationStatus

멤버

멤버 이름 설명
NotStarted The agent has not started.
Starting The agent is starting.
Succeeded The agent has succeeded.
Running The agent is running.
Idle The agent is idle.
Retry The agent is retrying.
Failed The agent has failed to accomplish one of its tasks.

주의

This namespace, class, or member is supported only in version 2.0 of the .NET Framework.

참고 항목

참조

Microsoft.SqlServer.Replication 네임스페이스