Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Enumerates the various types of replication agents.
Пространство имен: Microsoft.SqlServer.Replication
Сборка: Microsoft.SqlServer.Rmo (в Microsoft.SqlServer.Rmo.dll)
Синтаксис
'Декларация
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.
См. также
Справочник
Пространство имен Microsoft.SqlServer.Replication