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

屬性值

包含在批次中的命令。

適用於