Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
返回分配给指定列的全局自动增量分区大小。
Public Function GetColumnPartitionSize( ByVal columnID As Integer ) As ULong
public ulong GetColumnPartitionSize(int columnID)
columnID 列的 ID 号。值必须在 [0,ULCursorSchema.ColumnCount-1] 范围内。表中第一列的 ID 值为 0。
System.UInt64 形式的列的全局自动增量分区大小。
ULException 类 发生 SQL 错误。
给定表中的所有全局自动增量列都共享同一全局自动增量分区。