次の方法で共有


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