GetUserTablesSqlSyncTaskInput interface

Input for the task that collects user tables for the given list of databases

Properties

selectedSourceDatabases

List of source database names to collect tables for

selectedTargetDatabases

List of target database names to collect tables for

sourceConnectionInfo

Connection information for SQL Server

targetConnectionInfo

Connection information for SQL DB

Property Details

selectedSourceDatabases

List of source database names to collect tables for

selectedSourceDatabases: string[]

Property Value

string[]

selectedTargetDatabases

List of target database names to collect tables for

selectedTargetDatabases: string[]

Property Value

string[]

sourceConnectionInfo

Connection information for SQL Server

sourceConnectionInfo: SqlConnectionInfo

Property Value

targetConnectionInfo

Connection information for SQL DB

targetConnectionInfo: SqlConnectionInfo

Property Value