AllowQueuedTransactions Property

この機能は、将来のバージョンの Microsoft SQL Server では削除される予定です。新規の開発作業ではこの機能を使用しないようにし、現在この機能を使用しているアプリケーションは修正することを検討してください。

The AllowQueuedTransactions property specifies whether a publication allows queued-transaction updates to be performed at the Subscriber.

構文

object
.
AllowQueuedTransactions [=value]

Parts

  • object
    An expression that evaluates to an object in the Applies To list
  • value
    TRUE or FALSE

Data Type

Boolean

Modifiable

Read/write if a SQL Distributed Management Objects (SQL-DMO) object is used to create a replication component. Read-only if the object references an existing component.

Prototype (C/C++)

HRESULT GetAllowQueuedTransactions(LPBOOL pRetVal);
HRESULT SetAllowQueuedTransactions(BOOL NewValue);

解説

If the AllowQueuedTransactions property is set to TRUE, the publication allows its subscriptions to perform queued-transaction updates at the Subscriber. If AllowQueuedTransactions is set to FALSE, the publication does not allow its subscriptions to perform queued-transaction updates at the Subscriber.

If AllowQueuedTransactions is set to TRUE, use the QueueType property to specify the type of queuing to use.

ms143108.note(ja-jp,SQL.90).gifメモ :
If an application calls AllowQueuedTransactions on an instance of Microsoft SQL Server version 7.0, the constant, SQLDMO_E_SQL80ONLY, and the message "This property or method requires Microsoft SQL Server 2000 or later" are returned.

Applies To:

TransPublication2 Object

参照

関連項目

QueueType Property

ヘルプおよび情報

SQL Server 2005 の参考資料の入手