Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
コレクション内の指定されたインデックス位置に SAParameter オブジェクトを挿入します。
Public Overrides Sub Insert( ByVal index As Integer, ByVal value As Object )
public override void Insert(int index, object value)
index コレクション内にパラメーターを挿入するロケーションの 0 から始まるインデックス。
value コレクションに追加される SAParameter オブジェクト。