SqlBatch.CreateDbBatchCommand メソッド

定義

SqlBatchCommand オブジェクトの新しいインスタンスを作成します。

protected:
 override System::Data::Common::DbBatchCommand ^ CreateDbBatchCommand();
protected override System.Data.Common.DbBatchCommand CreateDbBatchCommand ();
override this.CreateDbBatchCommand : unit -> System.Data.Common.DbBatchCommand
Protected Overrides Function CreateDbBatchCommand () As DbBatchCommand

戻り値

DbBatchCommand オブジェクト。

適用対象