다음을 통해 공유


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 네임스페이스