UL Ext.: Returns the percentage of available global autoincrement values that have been used.
Visual Basic Public Readonly Property GlobalAutoIncrementUsage As Short
C# public short GlobalAutoIncrementUsage { get;}
The percentage of available global autoincrement values that have been used. It is an integer in the range [0-100], inclusive.
If the percentage approaches 100, your application should set a new value for the global database ID using ULConnection.DatabaseID.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |