Поделиться через


Перечисление QueueOption

Enumerates the type of queuing available to a transactional publication with updating Subscribers.

Пространство имен:  Microsoft.SqlServer.Replication
Сборка:  Microsoft.SqlServer.Rmo (в Microsoft.SqlServer.Rmo.dll)

Синтаксис

'Декларация
Public Enumeration QueueOption
'Применение
Dim instance As QueueOption
public enum QueueOption
public enum class QueueOption
type QueueOption
public enum QueueOption

Элементы

Имя элемента Описание
Msmq Uses Message Queuing (also known as MSMQ) to implement queuing.
Sql Uses Microsoft SQL Server to implement queuing.

Замечания

Support for Message Queuing (also known as MSMQ) has been discontinued in Microsoft SQL Server 2005. When you set this option, it will automatically be changed to Sql.

This namespace, class, or member is supported only in version 2.0 of the .NET Framework.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Replication