Datasnap.DSCommonServer.TDSServerMethodUserEventObject.UserName

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

Delphi

property UserName: string read GetSessionUserName;

C++

__property System::UnicodeString UserName = {read=GetSessionUserName};

プロパティ

種類 可視性 ソース ユニット
property public
Datasnap.DSCommonServer.pas
Datasnap.DSCommonServer.hpp
Datasnap.DSCommonServer TDSServerMethodUserEventObject

説明

セッションに関連付られているユーザー名を提供します。

UserName プロパティを読み取ることにより、セッションに関連付られているユーザー名を取得することができます。

関連項目