DbException.BatchCommand プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
これが DbException 実行時にスローされた場合は、 DbBatch例外をトリガーした特定 DbBatchCommand のオブジェクトを参照します。
public:
property System::Data::Common::DbBatchCommand ^ BatchCommand { System::Data::Common::DbBatchCommand ^ get(); };
public System.Data.Common.DbBatchCommand? BatchCommand { get; }
member this.BatchCommand : System.Data.Common.DbBatchCommand
Public ReadOnly Property BatchCommand As DbBatchCommand
プロパティ値
例外をトリガーした特定 DbBatchCommand の値。
注釈
の実行時にこれがDbExceptionスローされなかった場合は、次が含まれますnull。DbBatch