Owner manual

OpenLNS Programmer's Reference 206
Syntax
repairedCount = validationReport.RepairedErrors
Element
Description
repairedCount
The number of errors discovered
during the database validation that
were repaired.
validationReport
The DatabaseValidationReport
object to be acted upon.
Data Type
Long.
Read/Write
Read only.
Added to API
LNS Release 3.20.
TotalObjectsValidated
Summary
Contains the number of objects that were validated during the
database validation. An object is validated if it can be accessed
through its parent object in the database.
Unvalidated objects are those that cannot be accessed through
their parent object in the database. These are considered to be
"orphan objects." A DatabaseValidationErrorSummary object
will be included for the orphan objects discovered in the
database.
Availability
Local clients.
Syntax
validatedCount = validationReport. TotalObjectsValidated
Element
Description
validatedCount
The number of objects that were
validated during the database
validation.
validationReport
The DatabaseValidationReport
object to be acted upon.
Data Type
Integer.
Read/Write
Read only.
Added to API
LNS Release 3.20.