The ConnectionProperties type exposes the following members.
Methods
Name | Description | |
---|---|---|
AssignFrom |
Copies properties from another ConnectionProperties to the current object.
|
Properties
Name | Description | |
---|---|---|
ConnectString |
Gets or sets the connection string for the data source.
Can be specified as an expression.
|
|
DataProvider |
Gets or sets the string defining the type of the data source
(for example “SQL”, “OLEDB”, “OLEDB-MD”).
This is the name of a registered data provider.
|
|
IntegratedSecurity |
Gets or sets a value indicating whether this data source should be
connected to using integrated security.
|
|
Prompt |
Gets or sets the prompt displayed to the user when prompting for database
credentials for this data source.
|