OlapConnectionPoolGetConnection Method

Gets the connection.

Namespace: Dundas.BI.Data.DataProviders.Olap
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public IOlapConnection<IDbConnection>? GetConnection(
	string connectionString,
	string userName,
	string connectorCacheId
)

Parameters

connectionString  String
The connection string.
userName  String
Name of the user.
connectorCacheId  String
The connector cache ID.

Return Value

IOlapConnectionIDbConnection
A reference to connection object.
Exceptions
ExceptionCondition
ArgumentExceptionThrown when connectionString is empty.
See Also