DbBatch.DbBatchCommands 屬性

定義

當在派生類別中覆寫時,會得到物件集合 DbBatchCommand

protected:
 abstract property System::Data::Common::DbBatchCommandCollection ^ DbBatchCommands { System::Data::Common::DbBatchCommandCollection ^ get(); };
protected abstract System.Data.Common.DbBatchCommandCollection DbBatchCommands { get; }
member this.DbBatchCommands : System.Data.Common.DbBatchCommandCollection
Protected MustOverride ReadOnly Property DbBatchCommands As DbBatchCommandCollection

屬性值

批次中包含的指令。

適用於