Name | Description | |
---|---|---|
![]() | ConnectionString | Overridden. Gets or sets the string used to open a DB2 connection. |
![]() | ConnectionTimeout | Overridden. Gets the time to wait while trying to establish a connection before terminating the attempt and generating an error. |
![]() | Container | (Inherited from System.ComponentModel.Component) |
![]() | Database | Gets or sets the name of the current database or the database to be used once a connection is open. |
![]() | DataSource | Overridden. Gets or sets the name or network address of the DB2 server instance to which to connect. |
![]() | InDistributedTransaction | Indicates whether the connection is enlisted in a distributed transaction. (Inherited from Devart.Common.DbConnectionBase) |
![]() | LocalFailover | Determines whether the ConnectionLost event, which allows implicit reconnecting and reexectuting the corresponding operation, occurs after connection is lost. |
![]() | Name | Gets or sets the name of the component. |
![]() | Owner | Gets or sets a form or other container that the DB2Connection instance belongs to. |
![]() | Password | Gets or sets the user's password to connect. |
![]() | Server | Gets or sets the host and port to connect to. For example, "db2server:5000". Port may be omitted. |
![]() | ServerType | This property applies to UniData® and UniVerse data servers only. Indicates whether the connection is to be made to UniData or UniVerse. |
![]() | ServerVersion | Overridden. Gets a string containing the version of the instance of DB2 to which the client is connected. |
![]() | Site | (Inherited from System.ComponentModel.Component) |
![]() | State | Gets the current state of the connection. |
![]() | UserId | Gets or sets the name of the user to connect. |