次の方法で共有


SqlBatchCommandCollection.GetBatchCommand(Int32) メソッド

定義

リスト内の SqlBatchCommand 指定したインデックス位置にある オブジェクトを返します。

protected:
 override System::Data::Common::DbBatchCommand ^ GetBatchCommand(int index);
protected override System.Data.Common.DbBatchCommand GetBatchCommand (int index);
override this.GetBatchCommand : int -> System.Data.Common.DbBatchCommand
Protected Overrides Function GetBatchCommand (index As Integer) As DbBatchCommand

パラメーター

index
Int32

SqlBatchCommand オブジェクトが存在するインデックス。

戻り値

SqlBatchCommandリスト内の指定したインデックス位置にある オブジェクト。

適用対象