FireDAC.Phys.IBBase.TFDIBSecurity.AUserName

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

Delphi

property AUserName: String index ord(svUserName) read GetStr write SetStr stored IsStored;

C++

__property System::UnicodeString AUserName = {read=GetStr, write=SetStr, stored=IsStored, index=0};

プロパティ

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


説明

人の SQL ユーザー名。

AUserID プロパティを使用すると、情報を作成/変更/削除/抽出/する SQL ユーザー名を指定することができます。

関連項目