OlapConnectionPoolInstance Property |
Gets the instance.
Namespace:
Dundas.BI.Data.DataProviders.Olap
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public static OlapConnectionPool Instance { get; }
Public Shared ReadOnly Property Instance As OlapConnectionPool
Get
public:
static property OlapConnectionPool^ Instance {
OlapConnectionPool^ get ();
}
static member Instance : OlapConnectionPool with get
Property Value
Type:
OlapConnectionPool
The instance.
See Also