ConnectionProperties Class Members
In This Topic
The following tables list the members exposed by ConnectionProperties.
Public Constructors
Public 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. |
Top
Public Methods
| Name | Description |
 | AssignFrom | Copies properties from another ConnectionProperties to the current object. |
Top
See Also