SqlExecutionException.Database プロパティ

定義

例外が発生したときにアクセスするデータベースの名前を取得します。

public:
 property System::String ^ Database { System::String ^ get(); };
public string Database { get; }
member this.Database : string
Public ReadOnly Property Database As String

プロパティ値

例外が発生したときにアクセスされるデータベースの名前。

適用対象