Lists the owners of a database for a ODBC, OLEDB or CUSTOM connection.
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
public Task<T> GetDatabaseOwnersAsync<T>(
string connectionId,
string database = null,
Func<Response, T> onResult,
string userHandle = null
)
public Task<T> GetDatabaseOwnersAsync<T>(
string connectionId,
string database = null,
Func<Response, T> onResult,
string userHandle = null
)
Public Function GetDatabaseOwnersAsync(Of T) (
connectionId As String,
Optional database As String = Nothing,
onResult As Func(Of Response, T),
Optional userHandle As String = Nothing
) As Task(Of T)
Public Function GetDatabaseOwnersAsync(Of T) (
connectionId As String,
Optional database As String = Nothing,
onResult As Func(Of Response, T),
Optional userHandle As String = Nothing
) As Task(Of T)
Parameters
- connectionId
- Type:
System String
Identifier of the connection
This parameter is mandatory.
- database (Optional)
- Type:
System String
Name of the database
This parameter is optional.
- onResult
- Type:
System Func Response, T
Continuation function
- userHandle (Optional)
- Type:
System String
Handle identifier
- T
Return Value
Type:
Task T Implements
IApp GetDatabaseOwnersAsync T (String, String, Func Response, T , String)