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

属性值

批处理中包含的命令。

适用于