MySqlMigrationType 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.
The type of migration operation to be done.
public enum MySqlMigrationType
type MySqlMigrationType =
Public Enum MySqlMigrationType
- Inheritance
-
MySqlMigrationType
Fields
Name | Value | Description |
---|---|---|
LocalToRemote | 0 | LocalToRemote. |
RemoteToLocal | 1 | RemoteToLocal. |