TransferMethod Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
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. |