Gets and sets the name of the file to which data is to be exported as a maintenance action. | |
Syntax: | String =
object.ExportFileID object.ExportFileID = String |
Description: | CimTable.ExportFileID is a string
representing the file to which database entries are to be exported
should either CimTable.ExportRecordTime
and CimTable.ExportRecordCount
be set. The file to which data is exported is of type: comma
separated value (CSV). It is NOT necessary to include the
file extension, as one is added automatically. Examples myTable.ExportRecordTime = 24300 myTable.ExportFileID = "exported_entries" |