다음을 통해 공유


AgentType 열거형

Enumerates the various types of replication agents.

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

구문

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

멤버

멤버 이름 설명
All All types of replication agents.
SnapshotAgents A replication Snapshot Agent.
LogReaderAgents A replication Log Reader Agent.
DistributionAgents A replication Distribution Agent.
MergeAgents A replication Merge Agent.
MiscellaneousAgents A miscellaneous replication agent.
QueueReaderAgents A replication Queue Reader Agent.

주의

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

Thread Safety

Public static (Shared in Microsoft Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.