OracleConnectionInfo interface
連線至 Oracle 伺服器的資訊
- Extends
屬性
| authentication | 要用於連線的驗證類型 |
| data |
EZConnect 或 TNSName 連接字串。 |
| port | 伺服器的埠 |
| server |
伺服器的名稱 |
| server |
伺服器版本 |
| type | 多型歧視性,指定這個物件可以是的不同類型 |
屬性詳細資料
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"