共用方式為


SqlConnectionInfo interface

線上到 SQL 資料庫伺服器的資訊

Extends

屬性

additionalSettings

其他連線設定

authentication

要用於連線的驗證類型

dataSource

Protocol:MachineName\SQLServerInstanceName,PortNumber 格式的數據源

encryptConnection

是否要加密連線

platform

線上的伺服器平台類型

port

伺服器的埠

resourceId

表示 Azure 資源提供者所表示之 HTTP 資源的識別碼。

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 資源的識別碼。

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