ConnectToTargetSqlMITaskInput interface
Input for the task that validates connection to Azure SQL Database Managed Instance.
Properties
collect |
Flag for whether to collect agent jobs from target SQL MI server. Default value: true. |
collect |
Flag for whether to collect logins from target SQL MI server. Default value: true. |
target |
Connection information for target SQL Server |
validate |
Flag for whether to validate SSIS catalog is reachable on the target SQL MI server. Default value: false. |
Property Details
collectAgentJobs
Flag for whether to collect agent jobs from target SQL MI server. Default value: true.
collectAgentJobs?: boolean
Property Value
boolean
collectLogins
Flag for whether to collect logins from target SQL MI server. Default value: true.
collectLogins?: boolean
Property Value
boolean
targetConnectionInfo
Connection information for target SQL Server
targetConnectionInfo: SqlConnectionInfo
Property Value
validateSsisCatalogOnly
Flag for whether to validate SSIS catalog is reachable on the target SQL MI server. Default value: false.
validateSsisCatalogOnly?: boolean
Property Value
boolean