ConnectToTargetSqlDbTaskInput interface
Input for the task that validates connection to SQL DB and target server requirements
Properties
| query |
Boolean flag indicating whether to query object counts for each database on the target server |
| target |
Connection information for target SQL DB |
Property Details
queryObjectCounts
Boolean flag indicating whether to query object counts for each database on the target server
queryObjectCounts?: boolean
Property Value
boolean
targetConnectionInfo
Connection information for target SQL DB
targetConnectionInfo: SqlConnectionInfo