TransferMethod Enumeration

 

Used by the TransferDatabaseTask to determine whether the move or copy will occur in online mode or offline mode.

Namespace:   Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask
Assembly:  Microsoft.SqlServer.TransferDatabasesTask (in Microsoft.SqlServer.TransferDatabasesTask.dll)

public enum class TransferMethod

Member nameDescription
DatabaseOffline

The database files are copied or moved to the specified location in Offline mode.

DatabaseOnline

The database files are copied or moved in Online mode using the SMO transfer object.

Return to top
Show: