SqlConnectionInfo interface
SQL データベース サーバーに接続するための情報
プロパティ
additional |
追加の接続設定 |
authentication | 接続に使用する認証の種類。 使用できる値は、'None'、'WindowsAuthentication'、'SqlAuthentication'、'ActiveDirectoryIntegrated'、'ActiveDirectoryPassword' です。 |
data |
Protocol:MachineName\SQLServerInstanceName,PortNumber 形式のデータ ソース |
encrypt |
接続を暗号化するかどうか。 既定値: true。 |
password | パスワード資格情報。 |
platform | 接続用のサーバー プラットフォームの種類。 使用できる値は次のとおりです: 'SqlOnPrem' |
trust |
サーバー証明書を信頼するかどうか。 既定値: false |
type | ポリモーフィック識別子 |
user |
ユーザー名 |
プロパティの詳細
additionalSettings
追加の接続設定
additionalSettings?: string
プロパティ値
string
authentication
接続に使用する認証の種類。 使用できる値は、'None'、'WindowsAuthentication'、'SqlAuthentication'、'ActiveDirectoryIntegrated'、'ActiveDirectoryPassword' です。
authentication?: AuthenticationType
プロパティ値
dataSource
Protocol:MachineName\SQLServerInstanceName,PortNumber 形式のデータ ソース
dataSource: string
プロパティ値
string
encryptConnection
接続を暗号化するかどうか。 既定値: true。
encryptConnection?: boolean
プロパティ値
boolean
password
パスワード資格情報。
password?: string
プロパティ値
string
platform
接続用のサーバー プラットフォームの種類。 使用できる値は次のとおりです: 'SqlOnPrem'
platform?: "SqlOnPrem"
プロパティ値
"SqlOnPrem"
trustServerCertificate
サーバー証明書を信頼するかどうか。 既定値: false
trustServerCertificate?: boolean
プロパティ値
boolean
type
ポリモーフィック識別子
type: "SqlConnectionInfo"
プロパティ値
"SqlConnectionInfo"
userName
ユーザー名
userName?: string
プロパティ値
string