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

SqlConnectionInformation interface

源 SQL 连接

属性

authentication

身份验证类型。

dataSource

数据源。

encryptConnection

是否加密连接。

password

连接到源 SQL 的密码。 此值包含凭据。 在向用户展示之前考虑遮挡

trustServerCertificate

是否信任服务器证书。

userName

用于连接到源 SQL 的用户名。

属性详细信息

authentication

身份验证类型。

authentication?: string

属性值

string

dataSource

数据源。

dataSource?: string

属性值

string

encryptConnection

是否加密连接。

encryptConnection?: boolean

属性值

boolean

password

连接到源 SQL 的密码。 此值包含凭据。 在向用户展示之前考虑遮挡

password?: string

属性值

string

trustServerCertificate

是否信任服务器证书。

trustServerCertificate?: boolean

属性值

boolean

userName

用于连接到源 SQL 的用户名。

userName?: string

属性值

string