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 にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for JavaScript