Condividi tramite


SelectIntoBulkCopy Property

Questa caratteristica verrà rimossa a partire da una delle prossime versioni di Microsoft SQL Server. Evitare di utilizzare questa funzionalità in un nuovo progetto di sviluppo e prevedere interventi di modifica nelle applicazioni in cui è attualmente implementata.

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

Sintassi

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);

Osservazioni

If TRUE, bulk-logged operations are allowed.

If FALSE, bulk-logged operations are not allowed.

Nota importanteImportante

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 Panoramica del ripristino e del recupero (SQL Server).

Applies To:

Vedere anche

Riferimento