Share via


IConnectionInfo Members

Provides properties for retrieving options and methods for setting options for connecting to database servers or ODBC data sources.

The following tables list the members exposed by the IConnectionInfo type.

Public Properties

Property Description
Public property DatabaseName  Gets the name of the database.
Public property IntegratedSecurity  Determines whether the database connection will use integrated security.
Public property Password  Gets the password for logging on to the data source.
Public property ServerName  Gets the name of the server or ODBC data source where the database is located.
Public property UserID  Gets the user name for logging on to the data source.

Top

Public Methods

Method Description
Public method SetConnection  Overloaded. Sets the connection information for connections that use Integrated Security.
Public method SetLogon  Sets the logon information in the connection information.

Top

See Also

Reference

CrystalDecisions.Shared Namespace