The
GUIDFile property returns the GUID of the data file defined in the analysis that was used to create the data file. This identifier is used in the.REP file (for more details, see
Managing .REP files).
Remark: The GUID of the data file can also be found in the data model editor ("Notes" tab in the description of the data file).
// GUID of "Customer" data file
Trace(Customer.GUIDFile)
Syntax
<File GUID> = <Data file>.GUIDFile
<File GUID>: Character string
- GUID of the file defined in the analysis that was used to create the data file.
- Empty string ("") if the data file was created by programming or if the data file used is not a file in HFSQL Classic or Client/Server format.
<Data file>: Character string
Name of the data file for which the GUID is requested.
Remarks
The
GUIDAnalysis property returns the GUID of the analysis that was used to create the data file.