DataConnectorConnectionString Property

Gets the connection string.

Namespace:  Dundas.BI.Entities.DataConnectors
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public string ConnectionString { get; }

Property Value

Type: String
The connection string.
Remarks
To set the connection string, use UpdateFromConnectionString(String). The connection string can be also updated from the current ProviderValues when the data connector is saved or explicitly by calling UpdateConnectionString.
See Also