GetUserTablesSqlTaskInput interface
Input for the task that collects user tables for the given list of databases
Properties
| connection |
Connection information for SQL Server |
| encrypted |
encrypted key for secure fields |
| selected |
List of database names to collect tables for |
Property Details
connectionInfo
Connection information for SQL Server
connectionInfo: SqlConnectionInfo
Property Value
encryptedKeyForSecureFields
encrypted key for secure fields
encryptedKeyForSecureFields?: string
Property Value
string
selectedDatabases
List of database names to collect tables for
selectedDatabases: string[]
Property Value
string[]