GetDatabaseOwners method
Overview
Lists the owners of a database for a ODBC, OLEDB or CUSTOM connection.
Parameters
Name | Description | Type |
---|---|---|
qConnectionId |
Identifier of the connection This parameter is mandatory. |
String |
qDatabase |
Name of the database This parameter is optional. |
String |
Outputs
The following is returned in the output:
Name | Description | Type |
---|---|---|
qOwners | List of owner names |
Array of DatabaseOwner. |