Copies the elements of the ULBulkCopyColumnMappingCollection to an array of ULBulkCopyColumnMapping items, starting at a particular index.
Visual Basic Public Sub CopyTo( _ ByVal array As ULBulkCopyColumnMapping(), _ ByVal index As Integer _ )
C# public void CopyTo( ULBulkCopyColumnMapping[] array, int index );
array The one-dimensional ULBulkCopyColumnMapping array that is the destination of the elements copied from this ULBulkCopyColumnMappingCollection. The array must have zero-based indexing.
index The zero-based index in the array at which copying begins.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |