IBX.IBDatabase.TIBTransaction.DatabaseCount

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property DatabaseCount: Integer read GetDatabaseCount;

C++

__property int DatabaseCount = {read=GetDatabaseCount, nodefault};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
IBX.IBDatabase.pas
IBX.IBDatabase.hpp
IBX.IBDatabase TIBTransaction

Beschreibung

Gibt die Anzahl der Datenbanken in der Transaktion an.

Mit DatabaseCount können Sie die Anzahl der Datenbanken ermitteln, die an der Transaktion beteiligt sind.