IOlapConnectionTNative Interface

OLAP Connection interface.

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 interface IOlapConnection<out TNative> : IDisposable
where TNative : IDbConnection, IDisposable

Type Parameters

TNative
The type of the native connection object.

The IOlapConnectionTNative type exposes the following members.

Properties
 NameDescription
Public propertyConnectionId Gets or sets the connection ID.
Public propertyConnectionString Gets or sets the connection string.
Public propertyDataConnector Gets the data connector.
Public propertyEffectiveUserName Gets or sets the name of the effective user.
Public propertyNativeConnection Gets the native connection.
Public propertyState Gets the state.
Top
Methods
 NameDescription
Public methodOpen Opens this instance.
Top
See Also