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

적용 대상