Datasnap.DSCommonServer.TDSServerMethodUserEventObject.UserRoles

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

Delphi

property UserRoles: TStrings read FUserRoles;

C++

__property System::Classes::TStrings* UserRoles = {read=FUserRoles};

プロパティ

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

説明

このユーザー名に関連づけられているロール名を提供します。

UserRoles プロパティを読み取ることにより、このユーザー名に関連付られているロール名を取得することができます。

関連項目