共用方式為


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 命名空間