Data.SqlExpr.TSQLConnection.SQLDllHandle

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

Delphi

property SQLDllHandle: THandle read FSQLDllHandle write FSQlDllHandle;

C++

__property NativeUInt SQLDllHandle = {read=FSQLDllHandle, write=FSQLDllHandle, nodefault};

プロパティ

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

説明

SQL 動的リンク ライブラリへのハンドルを示します。

SQLDllHandle プロパティは、SQL 動的リンク ライブラリ (DLL) へのハンドルを示すために使用されます。

関連項目