MigrateSchemaSqlServerSqlDbDatabaseInput interface
Database input for migrate schema Sql Server to Azure SQL Server scenario
Properties
id | Id of the source database |
name | Name of source database |
schema |
Database schema migration settings |
target |
Name of target database |
Property Details
id
Id of the source database
id?: string
Property Value
string
name
Name of source database
name?: string
Property Value
string
schemaSetting
Database schema migration settings
schemaSetting?: SchemaMigrationSetting
Property Value
targetDatabaseName
Name of target database
targetDatabaseName?: string
Property Value
string
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript