Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » UltraLite - .NET Programming » UltraLite .NET 1.0 API Reference » ULConnection class

DatabaseManager property Next Page

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.

Exceptions
See also