NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ADOConnection Properties

The properties of the ADOConnection class are listed below. For a complete list of ADOConnection class members, see the ADOConnection Members topic.

Public:

ConnectionString Gets or sets the string used to open a data store.
ConnectionTimeout Gets or sets the time to wait while establishing a connection before terminating the attempt and generating an error.
Database Gets or sets the name of the current database or the database to be used once a connection is open.
DataSource Gets or sets the name of the database to connect to.
IsolationLevel Gets or sets the isolation level used for any transaction. Set only after the connection is open.
Password Gets or sets the password to use when connecting.
Properties Gets the initialization and authorization properties when the connection is closed. Gets the session and data source information when the connection is open.
Provider Gets the name of the provider.
Site (inherited from Component) Gets or sets the site of the Component.
State (inherited from DBConnection) Gets the current state of the connection.
UserID Gets or sets the user ID to use when connecting.

See Also

ADOConnection Class | System.Data.ADO Namespace