次の方法で共有


SelectIntoBulkCopy Property

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

The SelectIntoBulkCopy property enables bulk-logged operation on a Microsoft SQL Server database.

構文

object.SelectIntoBulkCopy [= 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 GetSelectIntoBulkCopy(LPBOOL pRetVal);
HRESULT SetSelectIntoBulkCopy(BOOL NewValue);

説明

If TRUE, bulk-logged operations are allowed.

If FALSE, bulk-logged operations are not allowed.

重要な注意事項重要

Bulk-logged operations make no entry in a database transaction log. Therefore, a backup of the transaction log does not protect database integrity. After a bulk-logged operation is performed, a database backup should be performed to capture an image of the database. For more information, see 復元と復旧の概要 (SQL Server).

Applies To:

関連項目

参照