Returns the global autoincrement partition size assigned to the specified column.
Public Function GetColumnPartitionSize(
ByVal columnID As Integer
) As ULong
public ulong GetColumnPartitionSize(int columnID)
columnID The ID number of the column. The value must be in the range [0,ULCursorSchema.ColumnCount-1]. The first column in the table has an ID value of zero.
The column's global autoincrement partition size as a System.UInt64.
ULException class A SQL error occurred.
All global autoincrement columns in a given table share the same global autoincrement partition.
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |