次の方法で共有


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

プロパティ値

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

適用対象