Data.SqlExpr.TConnectionData.DriverName

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

Delphi

property DriverName: string read GetDriverName write SetDriverName;

C++

__property System::UnicodeString DriverName = {read=GetDriverName, write=SetDriverName};

プロパティ

種類 可視性 ソース ユニット
property published
Data.SqlExpr.pas
Data.SqlExpr.hpp
Data.SqlExpr TConnectionData


説明

接続のドライブ名を示します。

DriverName プロパティを使用すると、現在の SQL 接続のドライブ名を取得および設定することができます。

関連項目