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

SQL Anywhere 11.0.1 (日本語) » Ultra Light - .NET プログラミング » Ultra Light .NET 2.0 API リファレンス » ULCreateParms クラス

 

DateFormat プロパティ

新しいデータベースで文字列変換に使用される日付フォーマットを指定します。

構文
Visual Basic
Public Property DateFormat As String
C#
public string  DateFormat { get; set; }
プロパティ値

日付フォーマットを指定する文字列。値が NULL 参照 (Visual Basic の Nothing) の場合、データベースでは "YYYY-MM-DD" が使用されます。C# では、パス内の円記号をエスケープするか、アットマーク (@) で囲まれた文字列リテラルを使用する必要があります。デフォルト値は NULL 参照 (Visual Basic の Nothing) です。

参照