ValidateSyncMigrationInputSqlServerTaskInput interface
Input for task that validates migration input for SQL sync migrations
Properties
selected |
Databases to migrate |
source |
Information for connecting to source SQL server |
target |
Information for connecting to target |
Property Details
selectedDatabases
Databases to migrate
selectedDatabases: MigrateSqlServerSqlDbSyncDatabaseInput[]
Property Value
sourceConnectionInfo
Information for connecting to source SQL server
sourceConnectionInfo: SqlConnectionInfo
Property Value
targetConnectionInfo
Information for connecting to target
targetConnectionInfo: SqlConnectionInfo
Property Value
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for JavaScript