GetUserTablesSqlSyncTaskInput interface
Input for the task that collects user tables for the given list of databases
Properties
selected |
List of source database names to collect tables for |
selected |
List of target database names to collect tables for |
source |
Connection information for SQL Server |
target |
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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for JavaScript