IOlapConnectionTNativeConnectionString Property |
Gets or sets the connection string.
Namespace:
Dundas.BI.Data.DataProviders.Olap
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxstring ConnectionString { get; set; }Property ConnectionString As String
Get
Set
property String^ ConnectionString {
String^ get ();
void set (String^ value);
}abstract ConnectionString : string with get, set
Property Value
Type:
String
The connection string.
See Also