Share via


ConnectToTargetSqlDbTaskInput interface

Input for the task that validates connection to SQL DB and target server requirements

Properties

queryObjectCounts

Boolean flag indicating whether to query object counts for each database on the target server

targetConnectionInfo

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

Property Value