FireDAC.Comp.Client.TFDCustomConnection.ConnectionIntf
Delphi
property ConnectionIntf: IFDPhysConnection read FConnectionIntf;
C++
__property Firedac::Phys::Intf::_di_IFDPhysConnection ConnectionIntf = {read=FConnectionIntf};
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
property | public | FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp |
FireDAC.Comp.Client | TFDCustomConnection |
Beschreibung
Gibt das IFDPhysConnection-Interface zurück.
Die Eigenschaft ConnectionIntf gibt eine Referenz auf das IFDPhysConnection-Interface zurück. Wenn keine Verbindung hergestellt wurde, ist die Eigenschaft nil; ansonsten ist sie nicht nil. Es wird empfohlen, dass Sie die TFDCustomConnection-API nicht zusammen mit der ConnectionIntf-API verwenden.