'Declaration Public Sub CopyTo( _ ByVal array() As SqlStatement, _ ByVal index As Integer _ )
public void CopyTo( SqlStatement[] array, int index )
Parameters
- array
 - The array into which to copy the SqlStatement objects.
 - index
 - The zero-based index of the object to copy.