GlobalAutoIncrementUsage property

UL Ext.: Returns the percentage of available global autoincrement values that have been used.

Syntax
Visual Basic
Public Readonly Property GlobalAutoIncrementUsage As Short
C#
public short GlobalAutoIncrementUsage { get;}
Property value

The percentage of available global autoincrement values that have been used. It is an integer in the range [0-100], inclusive.

Remarks

If the percentage approaches 100, your application should set a new value for the global database ID using ULConnection.DatabaseID.

See also