Returns the list of the ODBC connectors that are installed in the system.
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
public Task<IEnumerable<OdbcDsn>> GetOdbcDsnsAsync(
string userHandle = null
)
public Task<IEnumerable<OdbcDsn>> GetOdbcDsnsAsync(
string userHandle = null
)
Public Function GetOdbcDsnsAsync (
Optional userHandle As String = Nothing
) As Task(Of IEnumerable(Of OdbcDsn))
Public Function GetOdbcDsnsAsync (
Optional userHandle As String = Nothing
) As Task(Of IEnumerable(Of OdbcDsn))
Parameters
- userHandle (Optional)
- Type:
System String
Handle identifier
Return Value
Type:
Task
IEnumerable OdbcDsn Implements
IHub GetOdbcDsnsAsync(String)