次の方法で共有


SqlConnectionInfo interface

SQL データベース サーバーに接続するための情報

Extends

プロパティ

additionalSettings

追加の接続設定

authentication

接続に使用する認証の種類

dataSource

Protocol:MachineName\SQLServerInstanceName,PortNumber の形式のデータ ソース

encryptConnection

接続を暗号化するかどうか

platform

接続用のサーバー プラットフォームの種類

port

サーバーのポート

resourceId

Azure リソース プロバイダーによって表される HTTP リソースの ID を表します。

serverName

サーバーの名前

trustServerCertificate

サーバー証明書を信頼するかどうか

type

ポリモーフィック識別子。このオブジェクトは、さまざまな型を指定します。

継承されたプロパティ

password

パスワード資格情報。

userName

ユーザー名

プロパティの詳細

additionalSettings

追加の接続設定

additionalSettings?: string

プロパティ値

string

authentication

接続に使用する認証の種類

authentication?: string

プロパティ値

string

dataSource

Protocol:MachineName\SQLServerInstanceName,PortNumber の形式のデータ ソース

dataSource: string

プロパティ値

string

encryptConnection

接続を暗号化するかどうか

encryptConnection?: boolean

プロパティ値

boolean

platform

接続用のサーバー プラットフォームの種類

platform?: string

プロパティ値

string

port

サーバーのポート

port?: string

プロパティ値

string

resourceId

Azure リソース プロバイダーによって表される HTTP リソースの ID を表します。

resourceId?: string

プロパティ値

string

serverName

サーバーの名前

serverName?: string

プロパティ値

string

trustServerCertificate

サーバー証明書を信頼するかどうか

trustServerCertificate?: boolean

プロパティ値

boolean

type

ポリモーフィック識別子。このオブジェクトは、さまざまな型を指定します。

type: "SqlConnectionInfo"

プロパティ値

"SqlConnectionInfo"

継承されたプロパティの詳細

password

パスワード資格情報。

password?: string

プロパティ値

string

ConnectionInfo.password から継承された

userName

ユーザー名

userName?: string

プロパティ値

string

connectionInfo.userName から継承