FireDAC.Phys.IBBase.TFDIBSecurity.AUserID

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

Delphi

property AUserID: Integer index ord(svUserID) read GetInt write SetInt stored IsStored;

C++

__property int AUserID = {read=GetInt, write=SetInt, stored=IsStored, index=5, nodefault};

プロパティ

種類 可視性 ソース ユニット
property published
FireDAC.Phys.IBBase.pas
FireDAC.Phys.IBBase.hpp
FireDAC.Phys.IBBase TFDIBSecurity


説明

人の ID。

AUserID プロパティを使用すると、AUserName で識別される人物の、ユーザー ID(省略可能)を指定することができます。

関連項目