SQL.CommandText = "SELECT count(ユーザID) FROM ユーザ情報" _ & " WHERE ユーザID = '" & TextBox1.Text.Trim & "' AND パスワード = '" & TextBox2.Text.Trim & "'"