MigrationOption 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.
Supported option for a migration.
public enum MigrationOption
type MigrationOption =
Public Enum MigrationOption
- Inheritance
-
MigrationOption
Fields
| Name | Value | Description |
|---|---|---|
| Validate | 0 | Validate. |
| Migrate | 1 | Migrate. |
| ValidateAndMigrate | 2 | ValidateAndMigrate. |