
|
ConnectionString
|
Gets or sets the connection string associated with the OleDbConnectionStringBuilder.
|

|
ConnectionStringBuilderIntf
|
Provides direct access to the ADO.Net OleDbConnectionStringBuilder object.
|

|
DataSource
|
Gets or sets the name of the data source to connect to.
|

|
FileName
|
Gets or sets the name of the Universal Data Link (UDL) file for connecting to the data source.
|

|
OleDbServices
|
Gets or sets the value to be passed for the OLE DB Services key within the connection string.
|

|
Password
|
Gets or sets the password for the connection.
|

|
PersistSecurityInfo
|
Gets or sets a Boolean value that indicates whether security-sensitive information, such as the password, is returned as part of the connection if the connection is open or has ever been in an open state.
|

|
Provider
|
Gets or sets a string that contains the name of the data provider associated with the internal connection string.
|

|
UserID
|
Gets or sets the user ID to be used when connecting to connection provider.
|