Share via


AgentType Enum

Definition

Enumerates the various types of replication agents.

public enum class AgentType
public enum AgentType
type AgentType = 
Public Enum AgentType
Inheritance
AgentType

Fields

Name Value Description
All 0

All types of replication agents.

SnapshotAgents 1

A replication Snapshot Agent.

LogReaderAgents 2

A replication Log Reader Agent.

DistributionAgents 3

A replication Distribution Agent.

MergeAgents 4

A replication Merge Agent.

MiscellaneousAgents 5

A miscellaneous replication agent.

QueueReaderAgents 9

A replication Queue Reader Agent.

Remarks

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.

Applies to