IPlainAuditLogRecords

Assembly: Metabase;

Description

The IPlainAuditLogRecords interface is used to work with access protocol records in the linear format.

Inheritance Hierarchy

          IDalCursor

          IPlainAuditLogRecords

Comments

The linear format of access protocol records is returned by the IAuditLog.OpenPlainLog method. The list includes both object operation records and repository connection records.

Properties

  Property name Brief description
Comment The Comment property returns comment for the executed operation.
IsLogon The IsLogon property returns the value that indicates whether the current records corresponds to repository connection operation.
Name The Name property returns a name of the operation on the object.
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 execution.
StampOut The StampOut property returns date and time of the escape from the repository.
Station The Station property returns name of the workstation, with which the operation was executed.
Succeeded The Succeeded property returns whether the operation execution succeeded.
UserIP The UserIP property returns IP address of the computer, on which the operation was executed.
UserName The UserName property returns name of the repository user who was connected to the repository.
UserOS The UserOS property returns name of the operating system user who executed the operation.

Properties inherited from IDalCursor

  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.

Methods inherited from IDalCursor

  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:

Metabase Assembly Interfaces

Related work items

Requirement