FireDAC.Comp.Client.TFDCustomConnection.ConnectionIntf
Delphi
property ConnectionIntf: IFDPhysConnection read FConnectionIntf;
C++
__property Firedac::Phys::Intf::_di_IFDPhysConnection ConnectionIntf = {read=FConnectionIntf};
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 | 
|---|---|---|---|---|
| property | public | FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp | FireDAC.Comp.Client | TFDCustomConnection | 
説明
IFDPhysConnection インターフェイスを返します。
ConnectionIntf プロパティは、IFDPhysConnection インターフェイスの参照を返します。接続が確立されていない場合は、nil であり、確立されている場合は、nil ではありません。TFDCustomConnection API および ConnectionIntf API を混在して使用しないことを推奨します。