MigrateSchemaSqlServerSqlDbTaskInput interface
Input for task that migrates Schema for SQL Server databases to Azure SQL databases
- Extends
Properties
encrypted |
encrypted key for secure fields |
selected |
Databases to migrate |
started |
Migration start time |
Inherited Properties
source |
Information for connecting to source |
target |
Information for connecting to target |
Property Details
encryptedKeyForSecureFields
encrypted key for secure fields
encryptedKeyForSecureFields?: string
Property Value
string
selectedDatabases
Databases to migrate
selectedDatabases: MigrateSchemaSqlServerSqlDbDatabaseInput[]
Property Value
startedOn
Migration start time
startedOn?: string
Property Value
string
Inherited Property Details
sourceConnectionInfo
Information for connecting to source
sourceConnectionInfo: SqlConnectionInfo
Property Value
Inherited From SqlMigrationTaskInput.sourceConnectionInfo
targetConnectionInfo
Information for connecting to target
targetConnectionInfo: SqlConnectionInfo
Property Value
Inherited From SqlMigrationTaskInput.targetConnectionInfo
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