次の方法で共有


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.

ms141994.note(ja-jp,SQL.90).gif重要 :
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:

DBOption Object

参照

関連項目

RecoveryModel Property

ヘルプおよび情報

SQL Server 2005 の参考資料の入手