DataPA Enterprise Dashboard Controls API Reference
Namespace: RunDataPA
Assembly: RunDataPA (in RunDataPA.dll) Version: 1.0.23.0 (1.0.23.0)
Assembly: RunDataPA (in RunDataPA.dll) Version: 1.0.23.0 (1.0.23.0)
Syntax
C# |
---|
public bool PromptForSQLUser( ref Application Application, bool bPromptUser, string sSystem, ref string sUsername, ref string sPassword, string sService, string Host, ref string ErrorMessage ) |
Visual Basic |
---|
Public Function PromptForSQLUser ( ByRef Application As Application, bPromptUser As Boolean, sSystem As String, ByRef sUsername As String, ByRef sPassword As String, sService As String, Host As String, ByRef ErrorMessage As String ) As Boolean |
Visual C++ |
---|
public: bool PromptForSQLUser( Application^% Application, bool bPromptUser, String^ sSystem, String^% sUsername, String^% sPassword, String^ sService, String^ Host, String^% ErrorMessage ) |
Parameters
- Application
- Type: RunDataPA..::..Application%
- bPromptUser
- Type: System..::..Boolean
- sSystem
- Type: System..::..String
- sUsername
- Type: System..::..String%
- sPassword
- Type: System..::..String%
- sService
- Type: System..::..String
- Host
- Type: System..::..String
- ErrorMessage
- Type: System..::..String%