Assembly: Metabase;
The IChangesHistoryAuditLog interface is used to work with repository object version log.
IChangesHistoryAuditLog
The version log can be obtained by means of the following methods:
| Property name | Brief description | |
![]() |
Name | The Name property returns name of the operation on object, to which this log record corresponds. |
![]() |
ObjectClass | The ObjectClass property returns class of the object, with which the operation was executed. |
![]() |
ObjectId | The ObjectId property returns identifier of the object, with which the operation was executed. |
![]() |
ObjectName | The ObjectName property returns name of the object, with which the operation was executed. |
![]() |
Stamp | The Stamp property returns date and time of operation. |
![]() |
Station | The Station property returns name of the workstation, from which repository connection is established. |
![]() |
UserIP | The UserIP property returns IP address of the computer, from which the repository connection was established. |
![]() |
UserName | The UserName property returns the name of the repository user, under which the platform connection is established. |
![]() |
UserOS | The UserOS property returns name of the operating system user who executed the operation. |
| Property name | Brief description | |
![]() |
Command | The Command property returns the object that is used to work with the database using SQL queries. |
![]() |
Fields | The Fields property returns the collection of fields of the cursor that was received after executing an SQL query. |
| Method name | Brief description | |
![]() |
Close | The Close method closes the cursor. |
![]() |
Eof | The Eof method returns whether the current record is the last one in the table that was received after executing the command on the database server. |
![]() |
Next | The Next method implements transition to the next record in the table that was received after executing the command on the database server. |
See also:
Related work items
Defect 353945