SqlConnectionInformation interface
源 SQL 连接
属性
| authentication | 身份验证类型。 |
| data |
数据源。 |
| encrypt |
是否加密连接。 |
| password | 连接到源 SQL 的密码。 此值包含凭据。 在向用户展示之前考虑遮挡 |
| trust |
是否信任服务器证书。 |
| user |
用于连接到源 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