MigrateSqlServerSqlDbDatabaseInput interface     
Database specific information for SQL to Azure SQL DB migration task inputs
Properties
| id | id of the database | 
| make | Whether to set database read only before migration | 
| name | Name of the database | 
| schema | Settings selected for DB schema migration. | 
| table | Mapping of source to target tables | 
| target | Name of target database. Note: Target database will be truncated before starting migration. | 
Property Details
id
id of the database
id?: stringProperty Value
string
		makeSourceDbReadOnly
	   
	Whether to set database read only before migration
makeSourceDbReadOnly?: booleanProperty Value
boolean
name
Name of the database
name?: stringProperty Value
string
		schemaSetting
	 
	Settings selected for DB schema migration.
schemaSetting?: Record<string, unknown>Property Value
Record<string, unknown>
		tableMap
	 
	Mapping of source to target tables
tableMap?: {[propertyName: string]: string}Property Value
{[propertyName: string]: string}
		targetDatabaseName
	  
	Name of target database. Note: Target database will be truncated before starting migration.
targetDatabaseName?: stringProperty Value
string