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.