MigrateSchemaSqlServerSqlDbTaskInput interface

Input for task that migrates Schema for SQL Server databases to Azure SQL databases

Extends

Properties

encryptedKeyForSecureFields

encrypted key for secure fields

selectedDatabases

Databases to migrate

startedOn

Migration start time

Inherited Properties

sourceConnectionInfo

Information for connecting to source

targetConnectionInfo

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