Copies SAParameter objects from the SAParameterCollection to the specified array.
      Visual Basic syntax
         
         
            Public Overrides Sub 
            CopyTo
            (ByVal array As Array, ByVal index As Integer)
            
         
      
      C# syntax
         
         
            public override void 
            CopyTo
            (Array array, int index)
         
      
      Parameters
         
         
            - 
               array – 
               The array to copy the SAParameter objects into.
            
 
            - 
               index – 
               The starting index of the array.