dotConnect for DB2 Documentation
Devart.Data.DB2 Namespace / DB2ConnectionStringBuilder Class

In This Topic
    DB2ConnectionStringBuilder Class Properties
    In This Topic

    For a list of all members of this type, see DB2ConnectionStringBuilder members.

    Public Properties
     NameDescription
    Public PropertyGets or sets the type of authentication to be used.  
    Public PropertyDetermines if dynamically executed statements are captured for client optimization using pureQuery.  
    Public PropertyGets or sets the client accounting string.  
    Public PropertyGets or sets the client application name.  
    Public PropertyDetermines whether AES encryption is being used.  
    Public PropertyGets or sets the client user ID string.  
    Public PropertyGets or sets the name of the client workstation.  
    Public PropertyGets or sets the value indicating the schema to be used. When this keyword is set, the system catalog tables will not be queried to generate the result sets. The static tables created using the db2ocat tool will be queried instead.  
    Public PropertyGets or sets the current Encoding's code page identifier.  
    Public PropertyGets or sets the collection name, where collection name is the qualifier of the package name (collection.rootPkgName), to be used by pureQuery when executionMode is set to static.  
    Public PropertySpecifies the concurrent access resolution to use.  
    Public PropertyGets or sets time span in seconds for connection to live.  
    Public PropertyGets or sets the connection string associated with the System.Data.Common.DbConnectionStringBuilder. (Inherited from System.Data.Common.DbConnectionStringBuilder)
    Public PropertySpecifies the database partition server to connect to.  
    Public PropertyGets or sets the time the application should wait for a connection.  
    Public PropertyDetermines whether the password specified in the connection string is stored encrypted in memory.  
    Public PropertyDetermines whether varchar inputs should be reported as long varchar.  
    Public PropertyGets the current number of keys that are contained within the System.Data.Common.DbConnectionStringBuilder.ConnectionString property. (Inherited from System.Data.Common.DbConnectionStringBuilder)
    Public PropertyGets or sets the schema name for selecting the package to use for subsequent SQL statements.  
    Public PropertyGets or sets the current schema name that is used for all unqualified SQL objects accessed via the connection  
    Public PropertyGets or sets the name of the database to connect to.  
    Public PropertyDetermines whether the server will generate Explain snapshot and/or Explain table information.  
    Public PropertyGets or sets the database name.  
    Public PropertyGets or sets the time in seconds to wait while trying to execute a command before terminating the attempt and generating an error.  
    Public PropertySpecifies whether any string within double quotes (") is treated as an identifier, and any string within single quotes (') is treated as a string literal.  
    Public PropertyDetermines the effect of a transaction completion on open cursors.  
    Public PropertyGets or sets a Boolean value that indicates whether the connection is automatically enlisted in the current transaction context.  
    Public PropertySpecifies whether the DB2Connection.Open method will attempt to explicitly set the rounding mode to ROUND_HALF_EVEN.  
    Public PropertyDetermines whether previously captured statements should be executed statically for client optimization using pureQuery.  
    Public PropertyGets or sets the type of precision to use.  
    Public PropertySpecifies if GRAPHIC (double-byte character) is returned as a supported SQL data type and what unit is used to report GRAPHIC column length.  
    Public PropertyDetermines whether the support for host variables is enabled.  
    Public PropertySpecifies a data source-specific command that should be executed immediately after establishing the connection. (Inherited from Devart.Common.DbConnectionStringBuilder)
    Public PropertyGets or sets the instance name for a local IPC connection.  
    Public PropertyGets or sets the interrupt processing mode.  
    Public PropertyOverridden. Returns true.  
    Public PropertyGets or sets the isolation level for the connection.  
    Public PropertyGets a value that indicates whether the System.Data.Common.DbConnectionStringBuilder is read-only. (Inherited from System.Data.Common.DbConnectionStringBuilder)
    Public PropertyOverridden. Returns the value of given key.  
    Public PropertyOverridden. Collection of keys in the DB2ConnectionStringBuilder.  
    Public PropertyDefines whether the DATE types should be reported as a different data type.  
    Public PropertyDefines whether the TIME types should be reported as a different data type.  
    Public PropertyDefines whether the TIMESTAMP types should be reported as a different data type.  
    Public PropertyThe maximum number of connections allowed in the pool.  
    Public PropertyThe minimum number of connections allowed in the pool.  
    Public PropertyGets or sets the user's password to connect.  
    Public PropertyGets or sets a value indicating whether password is stored in connection string after connection is opened.  
    Public PropertyGets or sets pooling mode.  
    Public PropertySets a user-defined character string, that associates an application with a connection.  
    Public PropertySets the application name, which is used to identify the application at the server when monitoring.  
    Public PropertyGets or sets the file name and path of the capture file.  
    Public PropertyDetermines whether the XML data should be retrieved in a binary format.  
    Public PropertyIndicates whether the provider will re-execute failed statements.  
    Public PropertyGets or sets the package identifier for the package name (collection.rootPkgName) to be used by pureQuery when ExecutionMode is set to static.  
    Public PropertySpecifies a data source-specific command that should be executed immediately after first establishing the connection. Unlike InitializationCommand, this command is not executed when a connection is taken from the pool. (Inherited from Devart.Common.DbConnectionStringBuilder)
    Public PropertyGets or sets the list of schemas to use.  
    Public PropertyGets or sets the security type being used.  
    Public PropertyGets or sets the host and port to connect to. For example, "db2server:5000". Port may be omitted.  
    Public PropertyThis property applies to UniData® and UniVerse data servers only. Indicates whether the connection is to be made to UniData or UniVerse.  
    Public PropertyGets or sets the time zone at session level on the server.  
    Public PropertyGets or sets the name of the SSL stash (.sth) file used for an SSL connection.  
    Public PropertyGets or sets the name of the SSL key database file used for an SSL connection.  
    Public PropertyDetermines whether statement concentrator literals are enabled.  
    Public PropertyDetermines whether to enable static blocking.  
    Public PropertyGets or sets an alternative schema to be searched.  
    Public PropertyGets or sets the list of table types, which must be available via the connection.  
    Public PropertyGets or sets the fully qualified Kerberos principal name of the DB2® instance owner for a target server.  
    Public PropertyGets or sets the name of a file to which all the connection trace information is written.  
    Public PropertyEnables support for non-distributed transactions in the TransactionScope implementation.  
    Public PropertyGets or sets the password for the SYSTEM AUTHID of the trusted context.  
    Public PropertyGets or sets the trusted context SYSTEM AUTHID for the connection.  
    Public PropertyGets or sets the name of the user to connect.  
    Public PropertyIndicates whether to validate connections that are being taken from the pool.  
    Public PropertyOverridden. Collection of values in the DB2ConnectionStringBuilder.  
    Public PropertyGets or sets the encryption key wallet ID for U2 Data Server.  
    Public PropertyGets or sets the encryption key wallet password for U2 Data Server.  
    Top
    See Also