OlapConnectionTNativeNativeConnection Property |
Gets the native connection.
Namespace:
Dundas.BI.Data.DataProviders.Olap
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic abstract TNative NativeConnection { get; }Public MustOverride ReadOnly Property NativeConnection As TNative
Get
public:
virtual property TNative NativeConnection {
TNative get () abstract;
}abstract NativeConnection : 'TNative with get
Property Value
Type:
TNative
The native connection.
Implements
IOlapConnectionTNativeNativeConnection
See Also