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 リファレンス » ULConnection クラス

 

Database プロパティ

接続を開くデータベースの名前を返します。

構文
Visual Basic
Public Overrides Readonly Property Database As String
C#
public override string  Database { get;}
プロパティ値

データベースの名前が含まれる文字列。

備考

Windows Mobile デバイスでは、ULConnection は dbn、ce_file の順に接続文字列を参照します。

デスクトップ・マシンでは、ULConnection は dbn、nt_file の順に接続文字列を参照します。

参照