Share via


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)

Syntax

'Declaration
Public Enumeration TransferMethod
public enum TransferMethod
public enum class TransferMethod
public enum TransferMethod
public enum TransferMethod

Members

Member name Description
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.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask Namespace