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

UserIOId property

The UserIOId property identifies the UserIO VST. This VST contains information about the temp-table database input/output operations, such as user number and name; and the number of accesses, reads, and writes. You can pass the UserIOId property to the GetVSTHandle() method to return the handle to UserIO VST. This is a read-only property.
Data type: INT64
Access: PUBLIC STATIC
Applies to: Progress.Database.VSTTableId class