다음을 통해 공유


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 개체입니다.

적용 대상