DbBatch.BatchCommands 属性

定义

获取 DbBatchCommand 对象的集合。

public:
 property System::Data::Common::DbBatchCommandCollection ^ BatchCommands { System::Data::Common::DbBatchCommandCollection ^ get(); };
public System.Data.Common.DbBatchCommandCollection BatchCommands { get; }
member this.BatchCommands : System.Data.Common.DbBatchCommandCollection
Public ReadOnly Property BatchCommands As DbBatchCommandCollection

属性值

批处理中包含的命令。

适用于