共用方式為


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