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

Значение свойства

Команды, содержащиеся в пакете.

Применяется к