Skip to main content
A newer version of this page is available. .

DB2ConnectionParameters Constructors

Contains parameters used to establish a connection to a DB2 database server.
Name Parameters Description
DB2ConnectionParameters() none Initializes a new instance of the DB2ConnectionParameters class with the default settings.
DB2ConnectionParameters(String, String, String, String) serverName, databaseName, userName, password Initializes a new instance of the DB2ConnectionParameters class.
See Also