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 参考 » ULCreateParms 类

 

TimestampIncrement 属性

指定两个唯一时间戳值之间的最小差异,以微秒(百万分之一秒)为单位。

语法
Visual Basic
Public Property TimestampIncrement As Integer
C#
public int TimestampIncrement { get; set; }
属性值

指定时间戳增量的整数。值必须在 [1.60000000] 范围内。缺省值为 1。

另请参见