SystemStructureConnectError Property |
|
DataPA OpenAnalytics API Reference
If ConnectSuccess = False, the Error Message returned by the connection attempt.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string ConnectError { get; }
Public ReadOnly Property ConnectError As String
Get
public:
property String^ ConnectError {
String^ get ();
}
function get_ConnectError();
Property Value
Type:
StringIf ConnectSuccess = False, the Error Message returned by the connection attempt.
Return Value
Type:
StringIf ConnectSuccess = False, the Error Message returned by the connection attempt.
Remarks If ConnectSuccess = False, the Error Message returned by the connection attempt.
See Also