Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Usage
Dim instance As TransferMethod
public enum TransferMethod
public enum class TransferMethod
type 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. |
See Also
Reference
Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask Namespace