OlapConnectionTNative Class |
Namespace: Dundas.BI.Data.DataProviders.Olap
public abstract class OlapConnection<TNative> : IOlapConnection<TNative>, IDisposable where TNative : IDbConnection
The OlapConnectionTNative type exposes the following members.
Name | Description | |
---|---|---|
OlapConnectionTNative |
Initializes a new instance of the OlapConnectionTNative class.
|
Name | Description | |
---|---|---|
Catalog |
Gets or sets the OLAP catalog.
| |
ConnectionId |
Gets or sets the connection ID.
| |
ConnectionString |
Gets or sets the connection string.
| |
DataConnector |
Gets the data connector.
| |
EffectiveUserName |
Gets or sets the name of the user in Connect As scenarios.
| |
LastUpdatedOn |
Gets or sets the last update date.
| |
NativeConnection |
Gets the native connection.
| |
OnCubeUpdated |
Gets or sets delegate to execute when the cube metadata is updated.
| |
State |
Gets the state.
|
Name | Description | |
---|---|---|
Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
| |
Dispose(Boolean) |
Releases unmanaged and - optionally - managed resources.
| |
Open |
Opens the connection.
|