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.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |