Try OpenEdge Now
skip to main content
ABL Reference
Class Properties and Methods Reference : ActIOTypeId property
 

ActIOTypeId property

The ActIOTypeId property identifies the ActIOType VST. This VST contains data about types of input/output activity, such as database reads and writes; before-image and after-image reads; total reads; before-image and after-image writes; committed transactions. You can pass the ActIOTypeId property to the GetVSTHandle() method to return the handle to the ActIOType VST.This property is read-only.
Data type: INT64
Access: PUBLIC STATIC
Applies to: Progress.Database.VSTTableId class