SqlConnectionInformation interface
Source SQL Connection
Properties
authentication | Authentication type. |
data |
Data source. |
encrypt |
Whether to encrypt connection or not. |
password | Password to connect to source SQL. |
trust |
Whether to trust server certificate or not. |
user |
User name to connect to source SQL. |
Property Details
authentication
Authentication type.
authentication?: string
Property Value
string
dataSource
Data source.
dataSource?: string
Property Value
string
encryptConnection
Whether to encrypt connection or not.
encryptConnection?: boolean
Property Value
boolean
password
Password to connect to source SQL.
password?: string
Property Value
string
trustServerCertificate
Whether to trust server certificate or not.
trustServerCertificate?: boolean
Property Value
boolean
userName
User name to connect to source SQL.
userName?: string
Property Value
string
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for JavaScript