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 类

 

TimestampFormat 属性

指定新数据库进行字符串转换所用的时间戳格式。

语法
Visual Basic
Public Property TimestampFormat As String
C#
public string  TimestampFormat { get; set; }
属性值

指定时间戳格式的字符串。如果值为空值引用(在 Visual Basic 中为 Nothing),则数据库将使用 "YYYY-MM-DD HH:NN:SS.SSS"。在 C# 中,必须对路径中的任何反斜线字符进行转义,或在字符串文字两边加上 @。缺省值为空值引用(在 Visual Basic 中是 Nothing)。

另请参见