LogWriteRecordSet
Outputs the results of ProcessRunSqlQuery to the error log.
Member of namespace
Maintenance ManagerSyntax
bool LogWriteRecordSet ()
Parameters
None.Returns
True if the write is successful. Otherwise, False.Level
Any level.Details
Writes out the result of the last call to ProcessRunSqlQuery to the error file. This action can be useful for debugging an application.- Example:
QuerySetStation("1") QuerySetJobID("!Demo Job") ProcessRunSqlQuery("") LogWriteRecordSet("")