Data.SqlExpr.TSQLConnection.GetLoginUsername

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

Delphi

function GetLoginUsername: string;

C++

System::UnicodeString __fastcall GetLoginUsername();

プロパティ

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

説明

現在の接続にログインしているユーザー名を返します。

GetLoginUsername メソッドは、現在の接続にログインしているユーザー名を返します。

関連項目