SqlConnectionInfo interface
線上到 SQL 資料庫伺服器的資訊
- Extends
屬性
additional |
其他連線設定 |
authentication | 要用於連線的驗證類型 |
data |
Protocol:MachineName\SQLServerInstanceName,PortNumber 格式的數據源 |
encrypt |
是否要加密連線 |
platform | 線上的伺服器平台類型 |
port | 伺服器的埠 |
resource |
表示 Azure 資源提供者所表示之 HTTP 資源的識別碼。 |
server |
伺服器的名稱 |
trust |
是否信任伺服器證書 |
type | 多型歧視性,指定這個物件可以是的不同類型 |
繼承的屬性
password | 密碼認證。 |
user |
使用者名 |
屬性詳細資料
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"