Are there any performance issues related to importing a namespace or not

ie. using
VB Code:
  1. Imports System.Data.SqlClient
  2. ...
  3. Dim cmdSelect As SqlCommand
or
VB Code:
  1. Dim cmdSelect As SqlClient.sqlCommand

Not urgent it's just that i was curious,

Thanks.