Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (日本語) » Ultra Light - .NET プログラミング » Ultra Light .NET 2.0 API リファレンス » ULBulkCopyColumnMappingCollection クラス

 

RemoveAt メソッド

指定されたインデックス位置のマッピングをコレクションから削除します。

構文
Visual Basic
Public Sub RemoveAt( _
   ByVal index As Integer _
)
C#
public void RemoveAt(
   int index
);
パラメータ
  • index   コレクションから削除する ULBulkCopyColumnMapping オブジェクトの、0 から始まるインデックス。

参照