FireDAC.Phys.IBBase.TFDIBSecurity.ARoleName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ARoleName: String index ord(svRoleName) read GetStr write SetStr stored IsStored;

C++

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

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Phys.IBBase.pas
FireDAC.Phys.IBBase.hpp
FireDAC.Phys.IBBase TFDIBSecurity

Description

The role name of a person.

Use the ARoleName property to specify an optional SQL role name for the person identified by AUserName.

See Also