次の方法で共有


DbBatch.DbBatchCommands プロパティ

定義

派生クラス内でオーバーライドされた場合、DbBatchCommand オブジェクトのコレクションを取得します。

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

プロパティ値

バッチ内に含まれるコマンド。

適用対象