Removes the mapping at the specified index from the collection.
Visual Basic
Public Sub RemoveAt( _
ByVal index As Integer _
)
C#
public void RemoveAt(
int index
);
index The zero-based index of the SABulkCopyColumnMapping object to be removed from the collection.