DbBatchCommandCollection.GetBatchCommand(Int32) 方法

定義

protected:
 abstract System::Data::Common::DbBatchCommand ^ GetBatchCommand(int index);
protected abstract System.Data.Common.DbBatchCommand GetBatchCommand (int index);
abstract member GetBatchCommand : int -> System.Data.Common.DbBatchCommand
Protected MustOverride Function GetBatchCommand (index As Integer) As DbBatchCommand

參數

index
Int32

傳回

適用於