Parameters.Insert(Int32, String, TypeCode) メソッド

定義

指定したインデックス、名前、およびデータ型を使用して、パラメーター コレクションにパラメーター オブジェクトを挿入します。 パラメーター コレクションにはプロジェクト パラメーターのみを挿入できます。

public:
 abstract void Insert(int index, System::String ^ parameterName, TypeCode dataType);
public abstract void Insert (int index, string parameterName, TypeCode dataType);
abstract member Insert : int * string * TypeCode -> unit
Public MustOverride Sub Insert (index As Integer, parameterName As String, dataType As TypeCode)

パラメーター

index
Int32

コレクション内の挿入位置です。

parameterName
String

パラメーターの名前。

dataType
TypeCode

パラメーターのデータ型です。

適用対象