Copies the elements of the SABulkCopyColumnMappingCollection to an array of SABulkCopyColumnMapping items, starting at a particular index.
Visual Basic
Public Sub CopyTo( _
ByVal array As SABulkCopyColumnMapping(), _
ByVal index As Integer _
)
C#
public void CopyTo(
SABulkCopyColumnMapping[] array,
int index
);
array The one-dimensional SABulkCopyColumnMapping array that is the destination of the elements copied from SABulkCopyColumnMappingCollection. The array must have zero-based indexing.
index The zero-based index in the array at which copying begins.