DbException.BatchCommand 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
如果在執行 DbBatch時擲回這個DbException值,則參考觸發例外狀況的特定 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 。
備註
如果執行 DbBatch時未擲回此專案DbException, 則包含 null
。