Copies the elements of the SABulkCopyColumnMappingCollection to an array of SABulkCopyColumnMapping items, starting at a particular index.
      Visual Basic syntax
         
         
            Public Sub 
            CopyTo
            (ByVal array As 
                  SABulkCopyColumnMapping(), ByVal index As Integer)
            
         
      
      C# syntax
         
         
            public void 
            CopyTo
            (
                  SABulkCopyColumnMapping[] array, int index)
         
      
      Parameters
         
         
            - 
               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.