FireDAC.Phys.IBBase.TFDIBSecurity.ARoleName

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
FireDAC.Phys.IBBase.pas
FireDAC.Phys.IBBase.hpp
Unit: FireDAC.Phys.IBBase
Parent: TFDIBSecurity

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};

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