OlapConnectionTNativeState Property |
Gets the state.
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 ConnectionState State { get; }Public MustOverride ReadOnly Property State As ConnectionState
Get
public:
virtual property ConnectionState State {
ConnectionState get () abstract;
}abstract State : ConnectionState with get
Property Value
Type:
ConnectionState
The state.
Implements
IOlapConnectionTNativeState
See Also