你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

GetUserTablesSqlTaskInput interface

为给定数据库列表收集用户表的任务的输入

属性

connectionInfo

SQL Server 的连接信息

encryptedKeyForSecureFields

安全字段的加密密钥

selectedDatabases

要为其收集表的数据库名称列表

属性详细信息

connectionInfo

SQL Server 的连接信息

connectionInfo: SqlConnectionInfo

属性值

encryptedKeyForSecureFields

安全字段的加密密钥

encryptedKeyForSecureFields?: string

属性值

string

selectedDatabases

要为其收集表的数据库名称列表

selectedDatabases: string[]

属性值

string[]