次の方法で共有


OracleProperties interface

Oracle のプロパティ。

Extends

プロパティ

host

Oracle サーバーのホスト。

port

Oracle サーバーのポート。

service

Oracle サーバーのサービス。

継承されたプロパティ

collection

コレクションへの参照。

dataSourceCollectionMovingState

データ ソース コレクションの移動状態。

プロパティの詳細

host

Oracle サーバーのホスト。

host?: string

プロパティ値

string

port

Oracle サーバーのポート。

port?: string

プロパティ値

string

service

Oracle サーバーのサービス。

service?: string

プロパティ値

string

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

collection

コレクションへの参照。

collection?: CollectionReference

プロパティ値

DataSourceProperties.collectionから継承

dataSourceCollectionMovingState

データ ソース コレクションの移動状態。

dataSourceCollectionMovingState?: "Failed" | "Active" | "Moving"

プロパティ値

"Failed" | "Active" | "Moving"

DataSourceProperties.dataSourceCollectionMovingState から継承された