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.

Applies To: