API:Data.DBXClient.TDBXClientConnection.GetVendorProperty

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

Delphi

function  GetVendorProperty(const Name: string): string; override;

C++

virtual System::UnicodeString __fastcall GetVendorProperty(const System::UnicodeString Name);

プロパティ

種類 可視性 ソース ユニット
function public
Data.DBXClient.pas
Data.DBXClient.hpp
Data.DBXClient TDBXClientConnection

説明

ベンダ プロパティを取得します。

Data.DBXClient.TDBXClientConnection.GetVendorProperty は Data.DBXCommon.TDBXConnection.GetVendorProperty を継承しています。以下の内容はすべて Data.DBXCommon.TDBXConnection.GetVendorProperty を参照しています。

ベンダ プロパティを取得します。

GetVendorProperty は、ベンダ プロパティを取得します。ドライバ ベンダは、このメソッドを実装してドライバ特有のプロパティにアクセスできるようにします。実装されていない場合は、空の文字列を返します。GetProductVersion によって使用され、製品バージョンを取得します。

関連項目