다음을 통해 공유


Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask 네임스페이스

The Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask namespace contains classes and enumerations that allow the transfer of databases between a source and a destination server using two different methods: database online, and database offline. The task requires the use of a SMO connection.

클래스

  클래스 설명
공용 클래스 TransferDatabaseTask Allows the transfer of a database between a source and a destination server using two different methods: database online, and database offline. The task requires the use of an SMO Connection Manager.
공용 클래스 TransferDatabaseTask. . :: . .DtsTransferDBException The exception that is thrown at load time if the persisted name of the XML root node of the task is corrupt.

인터페이스

  인터페이스 설명
공용 인터페이스 ITransferDatabaseTask 인프라

열거형

  열거형 설명
공용 열거형 TransferAction Used by the Action property to determine if the transfer is a copy or a move.
공용 열거형 TransferMethod Used by the TransferDatabaseTask to determine whether the move or copy will occur in online mode or offline mode.