IBX.IBConnectionBroker.TIBConnectionBroker.AllocatedConnections

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

Delphi

property AllocatedConnections : Integer read GetAllocated;

C++

__property int AllocatedConnections = {read=GetAllocated, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
IBX.IBConnectionBroker.pas
IBX.IBConnectionBroker.hpp
IBX.IBConnectionBroker TIBConnectionBroker

説明

確保済み接続の数を示します。

AllocatedConnections プロパティは、確保済み接続の数を示します。 AllocatedConnections は、実行時に利用可能は public プロパティです。

関連項目