Firebird ADO.NET Provider SDK Documentation - v1.7

FbServerProperties Members

FbServerProperties overview

Public Instance Constructors

FbServerProperties Constructor Initializes a new instance of the FbServerProperties class.

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.

Public Instance Methods

Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
ToString (inherited from Object) 

Public Instance Events

ServiceOutput (inherited from FbService)Occurs when the service returns output information.

See Also

FbServerProperties Class | FirebirdSql.Data.Firebird.Services Namespace