次の方法で共有


SqlException.BatchCommand プロパティ

定義

エラーを生成した BatchCommand インスタンスを取得します。例外がバッチから発生しなかった場合は null を取得します。

public:
 property Microsoft::Data::SqlClient::SqlBatchCommand ^ BatchCommand { Microsoft::Data::SqlClient::SqlBatchCommand ^ get(); };
public Microsoft.Data.SqlClient.SqlBatchCommand BatchCommand { get; }
member this.BatchCommand : Microsoft.Data.SqlClient.SqlBatchCommand
Public ReadOnly Property BatchCommand As SqlBatchCommand

プロパティ値

BatchCommand オブジェクトまたは null

適用対象

こちらもご覧ください