共用方式為


QueueOption Enumeration

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

命名空間: Microsoft.SqlServer.Replication
組件: Microsoft.SqlServer.Rmo (in microsoft.sqlserver.rmo.dll)

語法

'宣告
Public Enumeration QueueOption
public enum QueueOption
public enum class QueueOption
public enum QueueOption
public enum QueueOption

Members

Member name Description
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.

平台

開發平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

目標平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

請參閱

參考

Microsoft.SqlServer.Replication Namespace