次の方法で共有


GetUserTablesSqlSyncTaskInput interface

特定のデータベースの一覧のユーザー テーブルを収集するタスクの入力

プロパティ

selectedSourceDatabases

テーブルを収集するソース データベース名の一覧

selectedTargetDatabases

テーブルを収集するターゲット データベース名の一覧

sourceConnectionInfo

SQL Serverの接続情報

targetConnectionInfo

SQL DB の接続情報

プロパティの詳細

selectedSourceDatabases

テーブルを収集するソース データベース名の一覧

selectedSourceDatabases: string[]

プロパティ値

string[]

selectedTargetDatabases

テーブルを収集するターゲット データベース名の一覧

selectedTargetDatabases: string[]

プロパティ値

string[]

sourceConnectionInfo

SQL Serverの接続情報

sourceConnectionInfo: SqlConnectionInfo

プロパティ値

targetConnectionInfo

SQL DB の接続情報

targetConnectionInfo: SqlConnectionInfo

プロパティ値