Partager via


QueueOption Enumeration

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

Espace de noms: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in microsoft.sqlserver.rmo.dll)

Syntaxe

'Déclaration
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.

Notes

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.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

Microsoft.SqlServer.Replication Namespace