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

SQL Anywhere 11.0.1 (中文) » UltraLite - .NET 编程 » UltraLite .NET 2.0 API 参考 » ULTableSchema 类

 

GetColumnPartitionSize 方法

返回分配给指定列的全局自动增量分区大小。

语法
Visual Basic
Public Function GetColumnPartitionSize( _
   ByVal columnID As Integer _
) As UInt64
C#
public ulong GetColumnPartitionSize(
   int columnID
);
参数
  • columnID   列的 ID 号。值必须在 [0,ULCursorSchema.ColumnCount-1] 范围内。表中第一列的 ID 值为 0。

返回值

System.UInt64 形式的列的全局自动增量分区大小。

注释

给定表中的所有全局自动增量列都共享同一全局自动增量分区。

另请参见