共用方式為


OracleConnectionInfo interface

連線至 Oracle 伺服器的資訊

Extends

屬性

authentication

要用於連線的驗證類型

dataSource

EZConnect 或 TNSName 連接字串。

port

伺服器的埠

serverName

伺服器的名稱

serverVersion

伺服器版本

type

多型歧視性,指定這個物件可以是的不同類型

繼承的屬性

password

密碼認證。

userName

使用者名

屬性詳細資料

authentication

要用於連線的驗證類型

authentication?: string

屬性值

string

dataSource

EZConnect 或 TNSName 連接字串。

dataSource: string

屬性值

string

port

伺服器的埠

port?: number

屬性值

number

serverName

伺服器的名稱

serverName?: string

屬性值

string

serverVersion

伺服器版本

serverVersion?: string

屬性值

string

type

多型歧視性,指定這個物件可以是的不同類型

type: "OracleConnectionInfo"

屬性值

"OracleConnectionInfo"

繼承的屬性詳細資料

password

密碼認證。

password?: string

屬性值

string

繼承自ConnectionInfo.password

userName

使用者名

userName?: string

屬性值

string

繼承自ConnectionInfo.userName