FireDAC.Phys.IBBase.TFDIBService.SqlRoleName

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: TFDIBService

Delphi

property SqlRoleName: String read FSqlRoleName write FSqlRoleName;

C++

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

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