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. |
collect |
Flag for whether to collect logins from target SQL MI server. |
target |
Connection information for target SQL Server |
validate |
Flag for whether to validate SSIS catalog is reachable on the target SQL MI server. |
Property Details
collectAgentJobs
Flag for whether to collect agent jobs from target SQL MI server.
collectAgentJobs?: boolean
Property Value
boolean
collectLogins
Flag for whether to collect logins from target SQL MI server.
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.
validateSsisCatalogOnly?: boolean
Property Value
boolean
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for JavaScript