SqlBatch.DbBatchCommands 屬性

定義

取得 SqlBatchCommand 物件的集合。

protected:
 virtual property System::Data::Common::DbBatchCommandCollection ^ DbBatchCommands { System::Data::Common::DbBatchCommandCollection ^ get(); };
protected override System.Data.Common.DbBatchCommandCollection DbBatchCommands { get; }
member this.DbBatchCommands : System.Data.Common.DbBatchCommandCollection
Protected Overrides ReadOnly Property DbBatchCommands As DbBatchCommandCollection

屬性值

包含在批次中的命令。

適用於