次の方法で共有


SqlBatchCommandCollection.SetBatchCommand(Int32, DbBatchCommand) メソッド

定義

指定したインデックスの SqlBatchCommand オブジェクトを新しい値に設定します。

protected:
 override void SetBatchCommand(int index, System::Data::Common::DbBatchCommand ^ batchCommand);
protected override void SetBatchCommand (int index, System.Data.Common.DbBatchCommand batchCommand);
override this.SetBatchCommand : int * System.Data.Common.DbBatchCommand -> unit
Protected Overrides Sub SetBatchCommand (index As Integer, batchCommand As DbBatchCommand)

パラメーター

index
Int32

オブジェクトが SqlBatchCommand 配置されるインデックス。

batchCommand
DbBatchCommand

適用対象