Firebird ADO.NET Provider SDK Documentation - v1.7

FbServerProperties Properties

The properties of the FbServerProperties class are listed below. For a complete list of FbServerProperties class members, see the FbServerProperties Members topic.

Public Instance Properties

ConnectionString (inherited from FbService) Gets or sets the connection string.
DatabasesInfo Gets information about databases on server.
Implementation Gets the implementation of the Firebird server.
LockManager Gets the location of the InterBase lock manager file on the server; this is the value of the $INTERBASE_LCK system environment variable, or by default $INTERBASE/serverhostname.lck.
MessageFile Gets the location of the InterBase message file on the server; this is the value of the $INTERBASE_MSG system environment variable, or by default $INTERBASE/interbase.msg.
QueryBufferSize (inherited from FbService) Gets or sets the buffer size for service query calls.
RootDirectory Gets the location of the Firebird root directory on the server; this is the value of the $INTERBASE system environment variable, or the contents of the registry key.
ServerConfig Gets the parameters and values for IB_CONFIG.
ServerVersion Gets the version of the Firebird server.
State (inherited from FbService) Gets the current state of the service.
Version Gets the version of the services manager.

See Also

FbServerProperties Class | FirebirdSql.Data.Firebird.Services Namespace