TransferMethod Enum

Definition

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

public enum class TransferMethod
public enum TransferMethod
type TransferMethod = 
Public Enum TransferMethod
Inheritance
TransferMethod

Fields

DatabaseOffline 0

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

DatabaseOnline 1

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

Applies to