Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MigrateSqlServerSqlDbDatabaseInput

Package version

Database specific information for SQL to Azure SQL DB migration task inputs

Hierarchy

  • MigrateSqlServerSqlDbDatabaseInput

Index

Properties

Optional makeSourceDbReadOnly

makeSourceDbReadOnly: undefined | false | true

Whether to set database read only before migration

Optional name

name: undefined | string

Name of the database

Optional tableMap

tableMap: undefined | object

Mapping of source to target tables

Optional targetDatabaseName

targetDatabaseName: undefined | string

Name of target database. Note: Target database will be truncated before starting migration.

Generated using TypeDoc