Enumerazione AgentType
Enumerates the various types of replication agents.
Spazio dei nomi Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
Sintassi
'Dichiarazione
Public Enumeration AgentType
'Utilizzo
Dim instance As AgentType
public enum AgentType
public enum class AgentType
type AgentType
public enum AgentType
Membri
Nome membro | Descrizione | |
---|---|---|
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. |
Osservazioni
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.
Vedere anche