IHubGetOleDbProvidersAsync Method (AsyncHandle) |
Returns the list of the OLEDB providers installed on the system.
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax Task<IEnumerable<OleDbProvider>> GetOleDbProvidersAsync(
AsyncHandle asyncHandle = null
)
Function GetOleDbProvidersAsync (
Optional asyncHandle As AsyncHandle = Nothing
) As Task(Of IEnumerable(Of OleDbProvider))
Parameters
- asyncHandle (Optional)
- Type: Qlik.EngineAsyncHandle
Handle to asyncronous method request
Return Value
Type:
TaskIEnumerableOleDbProviderSee Also