FireDAC.Phys.IBBase.TFDIBService.SqlRoleName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SqlRoleName: String read FSqlRoleName write FSqlRoleName;

C++

__property System::UnicodeString SqlRoleName = {read=FSqlRoleName, write=FSqlRoleName};

Properties

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

Description

Specifies the SQL role name with which to connect to the DB server.

Use the SqlRoleName property to specify the SQL role name with which to connect to the DB server.

See Also