Credo che dovresti inizializzarlo con il new

Dim myParm As New SqlParameter ("@ID_Istruttore", SqlDbType.TinyInt, 1, "ID_Istruttore")
Mycommand.parameters.add(myparam)

Ciao.
Guido