SystemStructureConnectSuccess Property |
|
DataPA OpenAnalytics API Reference
TRUE indicates the last connection attempt to the AppServer was successful.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool ConnectSuccess { get; }
Public ReadOnly Property ConnectSuccess As Boolean
Get
public:
property bool ConnectSuccess {
bool get ();
}
function get_ConnectSuccess();
Property Value
Type:
BooleanTRUE indicates the last connection attempt to the AppServer was successful.
Return Value
Type:
BooleanTRUE indicates the last connection attempt to the AppServer was successful.
Remarks TRUE indicates the last connection attempt to the AppServer was successful.
See Also