FireDAC.Phys.IBBase.TFDIBSecurity.AGroupID

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

Delphi

property AGroupID: Integer index ord(svGroupID) read GetInt write SetInt stored IsStored;

C++

__property int AGroupID = {read=GetInt, write=SetInt, stored=IsStored, index=6, nodefault};

プロパティ

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


説明

人のグループ ID。

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

関連項目