The ConnectionProperties type exposes the following members.

Methods

  Name Description
Public method AssignFrom
Copies properties from another ConnectionProperties to the current object.

Properties

  Name Description
Public property ConnectString
Gets or sets the connection string for the data source. Can be specified as an expression.
Public property 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.
Public property IntegratedSecurity
Gets or sets a value indicating whether this data source should be connected to using integrated security.
Public property Prompt
Gets or sets the prompt displayed to the user when prompting for database credentials for this data source.

See Also