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

AgentType Enumeration

Enumerates the various types of replication agents.

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
public enum AgentType
Member nameDescription
AllAll types of replication agents.
SnapshotAgentsA replication Snapshot Agent.
LogReaderAgentsA replication Log Reader Agent.
DistributionAgentsA replication Distribution Agent.
MergeAgentsA replication Merge Agent.
MiscellaneousAgentsA miscellaneous replication agent.
QueueReaderAgentsA 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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.