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

All 0

All types of replication agents.

DistributionAgents 3

A replication Distribution Agent.

LogReaderAgents 2

A replication Log Reader Agent.

MergeAgents 4

A replication Merge Agent.

MiscellaneousAgents 5

A miscellaneous replication agent.

QueueReaderAgents 9

A replication Queue Reader Agent.

SnapshotAgents 1

A replication Snapshot 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