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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for JavaScript