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)
Syntaxpublic string ConnectionString { get; }Public ReadOnly Property ConnectionString As String
Get
public:
property String^ ConnectionString {
String^ get ();
}member ConnectionString : string with get
Property Value
Type:
String
The connection string.
Remarks
See Also