Transfer Method
この機能は、将来のバージョンの Microsoft SQL Server では削除される予定です。新しい開発作業では、この機能の使用を避け、現在この機能を使用しているアプリケーションは修正するようにしてください。
The Transfer method copies database schema and/or data from one Microsoft SQL Server database to another.
構文
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);
説明
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.