RunQueryGetConnectionServiceandHost Method |
|
DataPA OpenAnalytics API Reference
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void GetConnectionServiceandHost(
ref Application Application,
ref Query Query,
ref string Host,
ref string Service,
ref bool Prompt
)
Public Sub GetConnectionServiceandHost (
ByRef Application As Application,
ByRef Query As Query,
ByRef Host As String,
ByRef Service As String,
ByRef Prompt As Boolean
)
public:
void GetConnectionServiceandHost(
Application^% Application,
Query^% Query,
String^% Host,
String^% Service,
bool% Prompt
)
function GetConnectionServiceandHost(Application, Query, Host, Service, Prompt);
Parameters
- Application
- Type: DataPA.Utils.QueryEngineApplication
- Query
- Type: DataPA.Utils.QueryEngineQuery
- Host
- Type: SystemString
- Service
- Type: SystemString
- Prompt
- Type: SystemBoolean
See Also