PAConnectionErrorString Property |
|
DataPA OpenAnalytics API Reference
Gets and sets an error string that indicates why the connection object failed to connect.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string ErrorString { get; set; }
Public Property ErrorString As String
Get
Set
public:
property String^ ErrorString {
String^ get ();
void set (String^ value);
}
function get_ErrorString();
function set_ErrorString(value);
Property Value
Type:
StringAn error string that indicates why the connection object failed to connect.
Return Value
Type:
StringAn error string that indicates why the connection object failed to connect.
Remarks See Also