データベースから送信されたエラーの完全なテキストを取得します。
Public ReadOnly Property Message As String
[C#]
public string Message {get;}
[C++]
public: __property String* get_Message();
[JScript]
public function get Message() : String;
プロパティ値
エラーの完全なテキスト。
解説
これは、 Errors コレクション内にある最初の SqlError の Message プロパティのラッパーです。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET
参照
SqlInfoMessageEventArgs クラス | SqlInfoMessageEventArgs メンバ | System.Data.SqlClient 名前空間