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

屬性值

批次中包含的指令。

適用於