다음을 통해 공유


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:

Database Object