Condividi tramite


Transfer Method

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 Transfer method copies database schema and/or data from one Microsoft SQL Server database to another.

Sintassi

object.Transfer(Transfer)

Parts

  • object
    Expression that evaluates to an object in the Applies To list.

  • Transfer
    Expression that evaluates to a Transfer object.

Prototype (C/C++)

HRESULT Transfer(
LPSQLDMOTRANSFER TransferSpec);

Osservazioni

Use the Transfer object provided in the argument to direct database object processing in a copy operation. For more information about constructing and using a database copy definition, see Transfer Object.

Applies To: