DbBatch.DbBatchCommands Eigenschaft

Definition

Beim Überschreiben in einer abgeleiteten Klasse ruft die Auflistung von DbBatchCommand Objekten ab.

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

Eigenschaftswert

Die Befehle, die im Batch enthalten sind.

Gilt für: