Share via


ConnectionInfo Members

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

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

Public Properties

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

Top

See Also

Reference

CrystalDecisions.Shared Namespace