Repository.XFRACAS.AddSystemMetric3: Difference between revisions
Jump to navigation
Jump to search
John Leavitt (talk | contribs) (Created page with '{{Template:APIClass|Repository Class|Repository}} {{Template:Repository.AddSystemMetric2.Cmt}} == Syntax == *Repository.AddSystemMetric2(<font color=blue>ByVal</font> SerialHID<…') |
John Leavitt (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{Template:APIClass|Repository Class|Repository}} | {{Template:APIClass|Repository Class|Repository}} | ||
{{Template:Repository. | {{Template:Repository.AddSystemMetric3.Cmt}} | ||
== Syntax == | == Syntax == |
Revision as of 17:17, 21 April 2015
Version 10 Only - This can be used to insert reported run hours, number of starts, kw run hours, and the date.
Syntax
- Repository.AddSystemMetric2(ByVal SerialHID As Integer,ByVal metric1Value As Double,ByVal metric2Value As Double,ByVal metric3Value As Double,ByVal metricDate As Date)
Parameters
SerialHID = ID corresponding to the serial_hid column in the SerialHierarchy table
- metric1Value: Value to insert into the column ReportedRunHrs.run_hrs
- metric2Value: Value to insert into the column ReportedRunHrs.nr_of_starts
- metric3Value: Value to insert into the column ReportedRunHrs.kw_run_hrs
- metricDate: Date of the reported metrics.