Bde.DBTables.TSession.Databases

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property Databases[Index: Integer]: TDatabase read GetDatabase;

C++

__property TDatabase* Databases[int Index] = {read=GetDatabase};

プロパティ

種類 可視性 ソース ユニット
property public
Bde.DBTables.pas
Bde.DBTables.hpp
Bde.DBTables TSession


説明

セッションのすべてのアクティブ データベース コンポーネント名のインデックス付き配列を提供します。

Databases を使用すると、セッションに関連付けられているアクティブなデータベース コンポーネントにアクセスできます。アクティブなデータベースとは、データベース サーバーに現在接続しているデータベースのことです。

Databases は通常、セッション内で現在アクティブになっているデータベースの集合を反復処理するために、DatabaseCount プロパティと一緒に使用されます。

関連項目