PostgreSqlMigrationOverwriteDbsInTarget 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.
Indicates if databases on the target server can be overwritten when already present. If set to 'False', when the migration workflow detects that the database already exists on the target server, it will wait for a confirmation.
public enum PostgreSqlMigrationOverwriteDbsInTarget
type PostgreSqlMigrationOverwriteDbsInTarget =
Public Enum PostgreSqlMigrationOverwriteDbsInTarget
- Inheritance
-
PostgreSqlMigrationOverwriteDbsInTarget
Fields
| Name | Value | Description |
|---|---|---|
| True | 0 | True. |
| False | 1 | False. |