OracleConnectionInfo interface

Oracle サーバーに接続するための情報

Extends

プロパティ

dataSource

EZConnect または TNSName 接続文字列。

type

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

継承されたプロパティ

password

パスワード資格情報。

userName

ユーザー名

プロパティの詳細

dataSource

EZConnect または TNSName 接続文字列。

dataSource: string

プロパティ値

string

type

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

type: "OracleConnectionInfo"

プロパティ値

"OracleConnectionInfo"

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

password

パスワード資格情報。

password?: string

プロパティ値

string

ConnectionInfo.password から継承された

userName

ユーザー名

userName?: string

プロパティ値

string

connectionInfo.userName から継承