다음을 통해 공유


DbBatchCommandCollection.SetBatchCommand(Int32, DbBatchCommand) 메서드

정의

지정된 인덱스에 있는 DbBatchCommand 개체를 새 값으로 설정합니다.

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

매개 변수

index
Int32

DbBatchCommand 개체가 있는 인덱스입니다.

batchCommand
DbBatchCommand

적용 대상