QueueOption Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates the type of queuing available to a transactional publication with updating Subscribers.
public enum class QueueOption
public enum QueueOption
type QueueOption =
Public Enum QueueOption
- Inheritance
-
QueueOption
Fields
Name | Value | Description |
---|---|---|
Msmq | 1 | Uses Message Queuing (also known as MSMQ) to implement queuing. |
Sql | 2 | Uses Microsoft SQL Server to implement queuing. |
Remarks
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.