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 物件。

適用於