UseDestTransaction Property

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

The UseDestTransaction property includes all DROP, CREATE SCHEMA, and data copying statements in a transaction during a transfer operation.

構文

object
.UseDestTransaction [= 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

Prototype (C/C++)

HRESULT GetUseDestTransaction(LPBOOL pRetVal);
HRESULT SetUseDestTransaction(BOOL NewValue);

解説

If UseDestTransaction is set to TRUE, the entire transfer operation (including DROP statements, CREATE SCHEMA statements, and data copying) is included in a transaction. If any of these operations fail, the transaction is rolled back. Statistics are updated after the transaction is committed. The default is FALSE.

If UseDestTransaction is set to TRUE, the application cannot perform these operations within the transaction:

  • Dump the transaction log.
  • Change bcp settings.
  • Update statistics.
  • Script a full-text catalog.
    ms141912.note(ja-jp,SQL.90).gifメモ :
    If an application calls UseDestTransaction on an instance of Microsoft SQL Server version 7.0, the operation is ignored.

Applies To:

Transfer2 Object

 

参照

関連項目

CopySchema Property
DropDestObjectsFirst Property

ヘルプおよび情報

SQL Server 2005 の参考資料の入手